FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-MotherHeightExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation MotherHeightExample
Profile: Observation - Mother Height
status: Final
category: Vital Signs
code: Body height
subject: Miranda Stephanie Boucher (official) Female, DoB: 1988-02-17 ( Medical record number)
effective: 2019-12-02
performer: Practitioner Smith Joe
value: 65 in (Details: UCUM code[in_i] = '[in_i]')
{
"resourceType": "Observation",
"id": "MotherHeightExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-height"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2"
}
]
},
"subject": {
"reference": "Patient/MotherPatientExample"
},
"effectiveDateTime": "2019-12-02",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueQuantity": {
"value": 65,
"unit": "in",
"system": "http://unitsofmeasure.org",
"code": "[in_i]"
}
}