FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Observation |
| Id | Observation-example-gestation.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-gestation
Profile: QICore Simple Observation
status: Final
category: exam
code: Gestational age--at birth
effective: 2022-04-09
performer: Hendricks Country Hospital
value: 37 week (Details: UCUM codewk = 'wk')
{
"resourceType": "Observation",
"id": "example-gestation",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76516-4",
"display": "Gestational age--at birth"
}
]
},
"subject": {
"reference": "Patient/example-2"
},
"encounter": {
"reference": "Encounter/example"
},
"effectiveDateTime": "2022-04-09",
"performer": [
{
"reference": "Organization/example1",
"display": "Hendricks Country Hospital"
}
],
"valueQuantity": {
"value": 37,
"unit": "week",
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}