FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4b |
| Resource Type | Observation |
| Id | Observation-Example-Smith-Johnson-DocumentationObservation1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
PMOLST Order Observation
Order Exists: available here
{
"resourceType": "Observation",
"id": "Example-Smith-Johnson-DocumentationObservation1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "42348-3",
"display": "Advance healthcare directives"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"effectiveDateTime": "2016-05-18T22:33:22Z",
"performer": [
{
"reference": "Patient/Example-Smith-Johnson-Patient1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "697978002",
"display": "Provider orders for life-sustaining treatment"
}
]
}
}