<Observation xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-Observation-VitalSigns-MaternalHeight" />
<meta>
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyHeight" />
</meta>
<status value="final" />
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
<display value="Vital Signs" />
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="70941000052108" />
<display value="Body height of biological mother" />
</coding>
</code>
<subject>
<reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" />
<display value="JONES, Alice (NHS:9912003444)" />
</subject>
<focus>
<reference value="RelatedPerson/Example-DataStandardsWales-RelatedPerson-Mother" />
</focus>
<encounter>
<reference value="Encounter/Example-DataStandardsWales-Encounter-OutpatientClinic" />
</encounter>
<effectiveDateTime value="2024-08-07T12:10:11Z" />
<performer>
<reference value="Practitioner/Example-DataStandardsWales-Practitioner-PaediatricNurse" />
<display value="SMITH, John (NMC:14H8558P), Registered Nurse" />
</performer>
<valueQuantity>
<value value="1.65" />
<unit value="meter" />
<system value="http://unitsofmeasure.org" />
<code value="m" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "Example-DataStandardsWales-Observation-VitalSigns-MaternalHeight",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Observation-VitalSigns-BodyHeight"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "70941000052108",
"display": "Body height of biological mother"
}
]
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
"display": "JONES, Alice (NHS:9912003444)"
},
"focus": [
{
"reference": "RelatedPerson/Example-DataStandardsWales-RelatedPerson-Mother"
}
],
"encounter": {
"reference": "Encounter/Example-DataStandardsWales-Encounter-OutpatientClinic"
},
"effectiveDateTime": "2024-08-07T12:10:11Z",
"performer": [
{
"reference": "Practitioner/Example-DataStandardsWales-Practitioner-PaediatricNurse",
"display": "SMITH, John (NMC:14H8558P), Registered Nurse"
}
],
"valueQuantity": {
"value": 1.65,
"unit": "meter",
"system": "http://unitsofmeasure.org",
"code": "m"
}
}