Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/DiagnosticReport
ResourceDiagnosticReport
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "DiagnosticReport",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oct 06, 2017; Status: Registered; Conclusion: N/A; Diagnosis: N/A</div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/diagnosticreport",
    "value" : "k5IT2FU131188874"
  } ],
  "status" : "registered",
  "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"
  } ]
}