FHIR IG analytics| Package | hl7.fhir.uv.ibcm |
| Resource Type | Observation |
| Id | Observation-uc2-gestation20.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation uc2-gestation20
status: Final
category: Vital Signs
code: Fetal gestational age (observable entity)
subject: Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)
focus: Condition Pregnancy observable (observable entity)
effective: 2024-03-12
performer: Practitioner Dr. House
value: 20 wk (Details: UCUM codewk = 'wk')
{
"resourceType": "Observation",
"id": "uc2-gestation20",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "57036006",
"display": "Fetal gestational age (observable entity)"
}
]
},
"subject": {
"reference": "Patient/uc2-mother"
},
"focus": [
{
"reference": "Condition/uc2-pregnancy"
}
],
"effectiveDateTime": "2024-03-12",
"performer": [
{
"reference": "Practitioner/uc2-practitioner"
}
],
"valueQuantity": {
"value": 20,
"unit": "wk",
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}