FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-ADI-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ADI-example
Supporting info: POLST
Supporting info: ADI DNR
Supporting info: Living Will
status: Final
category: Observation ADI Documentation
code: Advance healthcare directive completed
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
effective: 2024-05-16 01:06:06+0000
issued: 2024-05-16 01:06:06+0000
performer: Dr Smith
value: Yes (qualifier value)
{
"resourceType": "Observation",
"id": "ADI-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation|8.0.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
"valueReference": {
"reference": "DocumentReference/polst",
"display": "POLST"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
"valueReference": {
"reference": "DocumentReference/adi-dnr",
"display": "ADI DNR"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo",
"valueReference": {
"reference": "DocumentReference/living-will",
"display": "Living Will"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "observation-adi-documentation",
"display": "Observation ADI Documentation"
}
],
"text": "Observation ADI Documentation"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "45473-6",
"display": "Advance healthcare directive completed"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2024-05-16T01:06:06.393Z",
"issued": "2024-05-16T01:06:06.393Z",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Smith"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "373066001",
"display": "Yes (qualifier value)"
}
]
}
}