FHIR IG analytics| Package | hl7.fhir.us.bfdr.r4b |
| Resource Type | Observation |
| Id | Observation-observation-birth-weight-not-named.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-birth-weight-not-named
status: Final
category: Vital Signs
code: Birth weight Measured
subject: Patient - Decedent Fetus (Fetus Not Named)
effective: 2019-01-10
performer: Practitioner Janet Seito
value: 1530 g (Details: UCUM codeg = 'g')
{
"resourceType": "Observation",
"id": "observation-birth-weight-not-named",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-birth-weight"
]
},
"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": "8339-4"
}
]
},
"subject": {
"reference": "Patient/patient-decedent-fetus-not-named",
"display": "Patient - Decedent Fetus (Fetus Not Named)"
},
"effectiveDateTime": "2019-01-10",
"performer": [
{
"reference": "Practitioner/practitioner-vital-records-janet-seito"
}
],
"valueQuantity": {
"value": 1530,
"system": "http://unitsofmeasure.org",
"code": "g"
}
}