Request

Operationupdate DiagnosticReport
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/DiagnosticReport/k5IT2FU-131188874
ResourceDiagnosticReportIdk5IT2FU-131188874
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "DiagnosticReport",
  "id" : "k5IT2FU-131188874",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oct 06, 2017; Status: Partial; Conclusion: Elevated Blood Lead levels; Diagnosis: Increased blood lead level</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/diagnosticreport",
    "value" : "k5IT2FU131188874"
  } ],
  "status" : "partial",
  "code" : {
    "coding" : [ {
      "system" : "http://loinc.org",
      "code" : "5671-3",
      "display" : "Lead [Mass/volume] in Blood"
    } ],
    "text" : "Blood Lead Report"
  },
  "subject" : {
    "reference" : "Patient/${referencePatientResourceId}",
    "display" : "Jacob Schmidt"
  },
  "effectiveDateTime" : "2017-10-05",
  "issued" : "2017-10-06T15:42:15-08:00",
  "performer" : [ {
    "reference" : "Practitioner/${referencePractitionerResourceId}",
    "display" : "Dr Robert Cutright, MD"
  } ],
  "conclusion" : "Elevated Blood Lead levels",
  "conclusionCode" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "407152001",
      "display" : "Increased blood lead level"
    } ]
  } ]
}