FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4b |
| Resource Type | Observation |
| Id | Observation-Example-Smith-Johnson-DecisionalCapacity1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Example-Smith-Johnson-DecisionalCapacity1
Profile: ADI Decisional Capacity
status: Final
category: Survey
code: Under care of hospice team
effective: 2024-09-18 22:33:22+0000
performer: PractitionerRole: telecom = kanydoc@example.org(Work)
value: Forgetful (finding)
{
"resourceType": "Observation",
"id": "Example-Smith-Johnson-DecisionalCapacity1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DecisionalCapacity"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "551781000124102"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"effectiveDateTime": "2024-09-18T22:33:22Z",
"performer": [
{
"reference": "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "55533009",
"display": "Forgetful (finding)"
}
]
}
}