FHIR IG analytics| Package | nictiz.fhir.nl.stu3.geboortezorg |
| Resource Type | Observation |
| Id | BirthWeight.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "birthweight-example-child",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-observation",
"http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation",
"http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8339-4",
"display": "Birth weight Measured"
},
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/example-child",
"display": "Example Child"
},
"context": {
"reference": "EpisodeOfCare/example"
},
"effectiveDateTime": "2017-06-20",
"valueQuantity": {
"value": 2845,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
},
"interpretation": {
"coding": [
{
"system": "PercentielGeboortegewicht",
"code": "2",
"display": "p2,3 tot p10"
}
]
}
}