FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | Observation |
| Id | Observation-Example-Smith-Johnson-RationaleForTreatment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Example-Smith-Johnson-RationaleForTreatment
Profile: ADI Rationale for Treatment
status: Final
category: survey
code: Reasons for treatment
effective: 2024-09-18 22:33:22+0000
performer: PractitionerRole: telecom = kanydoc@example.org(Work)
value: Patient is forgetful and has been assessed to lack decisional capacity for medical decision-making.
{
"resourceType": "Observation",
"id": "Example-Smith-Johnson-RationaleForTreatment",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-rationale-for-treatment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "survey"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408773008",
"display": "Reasons for treatment"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"effectiveDateTime": "2024-09-18T22:33:22Z",
"performer": [
{
"reference": "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1"
}
],
"valueString": "Patient is forgetful and has been assessed to lack decisional capacity for medical decision-making."
}