FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-no-morphine-preference-observation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation no-morphine-preference-observation-example-1
status: Final
category: Treatment Intervention Preference
code: Goals, preferences, and priorities for medical treatment Narrative - Reported
subject: James Wolff
effective: 2024-02-01
performer: Dr. Doc Family
value: James made sure to let the staff know that he does NOT want morphine for his chest pain, citing a past struggle with opioids and other substances.
{
"resourceType": "Observation",
"id": "no-morphine-preference-observation-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "treatment-intervention-preference",
"display": "Treatment Intervention Preference"
}
],
"text": "Treatment Intervention Preference"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75773-2",
"display": "Goals, preferences, and priorities for medical treatment Narrative - Reported"
}
],
"text": "Goals, preferences, and priorities for medical treatment Narrative - Reported"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Practitioner/pcp-provider-example-1",
"display": "Dr. Doc Family"
}
],
"valueString": "James made sure to let the staff know that he does NOT want morphine for his chest pain, citing a past struggle with opioids and other substances."
}