FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-provider-preference-observation-example-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation provider-preference-observation-example-2
status: Final
category: Care Experience Preference
code: Care Experience Preference
subject: James Wolff
effective: 2024-02-01
performer: Dr. Doc Family
value: Preference for health professional
{
"resourceType": "Observation",
"id": "provider-preference-observation-example-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-care-experience-preference"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "care-experience-preference",
"display": "Care experience preference"
}
],
"text": "Care Experience Preference"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "95541-9",
"display": "Care experience preference"
}
],
"text": "Care Experience Preference"
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01",
"performer": [
{
"reference": "Practitioner/pcp-provider-example-1",
"display": "Dr. Doc Family"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "314433002",
"display": "Preference for health professional (finding)"
}
],
"text": "Preference for health professional"
}
}