FHIR IG analytics| Package | ihe.qrph.bfdr |
| Resource Type | Observation |
| Id | Observation-observation-birth-weight-babyg-quinn.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-birth-weight-babyg-quinn
version: versionId: id (PrimitiveType/Observation.meta.versionId): element = id -> versionId=id[6]; Last updated: 2023-04-06 00:25:56+0000
status: Final
category: Vital Signs
code: Birth weight Measured
subject: BabyG Quinn
effective: 2019-02-10
performer: Practitioner Avery Jones
value: 2500 g (Details: UCUM codeg = 'g')
{
"resourceType": "Observation",
"id": "observation-birth-weight-babyg-quinn",
"meta": {
"versionId": "6",
"lastUpdated": "2023-04-06T00:25:56.512Z",
"profile": [
"http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-birth-weight-vr"
]
},
"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"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8339-4",
"display": "Birth weight Measured"
}
]
},
"subject": {
"reference": "Patient/patient-child-babyg-quinn",
"display": "BabyG Quinn"
},
"effectiveDateTime": "2019-02-10",
"performer": [
{
"reference": "Practitioner/practitioner-vital-records-janet-seito"
}
],
"valueQuantity": {
"value": 2500,
"system": "http://unitsofmeasure.org",
"code": "g"
}
}