Operation | update DiagnosticReport |
Method | PUT |
Path | https://blaze.life.uni-leipzig.de/fhir/DiagnosticReport/C6AMWXS4CBAHYFRO |
Resource | DiagnosticReport | Id | C6AMWXS4CBAHYFRO | | |
{
"resourceType" : "DiagnosticReport",
"id" : "C6AMWXS4CBAHYFRO",
"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"
} ]
} ]
}