FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Observation |
| Id | Observation-BirthWeightExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation BirthWeightExample
Profile: Observation - Birth Weight
status: Final
category: Vital Signs
code: Birth weight Measured
subject: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)
effective: 2020-04-28
performer: Practitioner Smith Joe
value: 3200 g (Details: UCUM codeg = 'g')
{
"resourceType": "Observation",
"id": "BirthWeightExample",
"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",
"display": "Birth weight Measured"
}
]
},
"subject": {
"reference": "Patient/PatientNewbornExample"
},
"effectiveDateTime": "2020-04-28",
"performer": [
{
"reference": "Practitioner/practitioner-joe-smith"
}
],
"valueQuantity": {
"value": 3200,
"system": "http://unitsofmeasure.org",
"code": "g"
}
}