FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Observation |
| Id | Observation-CZObservationSdohHdrExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation CZObservationSdohHdrExample
Profile: Observation: SDOH (HDR CZ)
status: Final
category: Social History
code: Food insecurity risk [HVS]
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))
effective: 2024-03-28
performer: Practitioner Šárka Kašková
value: Food insecurity
note:
Patient reported difficulties accessing nutritious food regularly.
{
"resourceType": "Observation",
"id": "CZObservationSdohHdrExample",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-observation-sdoh-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "88124-3",
"display": "Food insecurity risk [HVS]"
}
]
},
"subject": {
"reference": "Patient/Mracena2"
},
"effectiveDateTime": "2024-03-28",
"performer": [
{
"reference": "Practitioner/Practitioner-2"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "733423003",
"display": "Food insecurity"
}
]
},
"note": [
{
"text": "Patient reported difficulties accessing nutritious food regularly."
}
]
}