FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4 |
| Resource Type | Observation |
| Id | Observation-Example-Smith-Johnson-AutopsyObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Autopsy preferences
I want an autopsy only if there are questions about my death.
{
"resourceType": "Observation",
"id": "Example-Smith-Johnson-AutopsyObservation1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-AutopsyObservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75782-3",
"display": "Thoughts regarding autopsy Narrative - Reported"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"effectiveDateTime": "2016-05-18T22:33:22Z",
"performer": [
{
"reference": "Patient/Example-Smith-Johnson-Patient1"
}
],
"valueString": "Autopsy: I want an autopsy: only if there are questions about my death."
}