<Observation xmlns="http://hl7.org/fhir">
<id value="BodyWeightObservation" />
<identifier>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="948bb53e-b166-470d-97ab-684523caa92a" />
</identifier>
<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="27113001" />
<display value="Body weight" />
</coding>
<coding>
<system value="http://loinc.org" />
<code value="29463-7" />
<display value="Body Weight" />
</coding>
</code>
<subject>
<reference value="Patient/30d3de6f-e800-47fa-b610-b02c7c8e9d57" />
</subject>
<effectiveDateTime value="2018-10-04T14:17:59+01:00" />
<performer>
<reference value="Practitioner/627be677-3eb2-4db4-9570-5669fd8c92f5" />
</performer>
<performer>
<reference value="Organization/cdaea3db-8b40-41dc-9834-b42503e12382" />
</performer>
<valueQuantity>
<value value="65" />
<unit value="kilogram" />
<system value="http://unitsofmeasure.org" />
<code value="kg" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "BodyWeightObservation",
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "948bb53e-b166-470d-97ab-684523caa92a"
}
],
"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": "27113001",
"display": "Body weight"
},
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body Weight"
}
]
},
"subject": {
"reference": "Patient/30d3de6f-e800-47fa-b610-b02c7c8e9d57"
},
"effectiveDateTime": "10/04/2018 13:17:59",
"performer": [
{
"reference": "Practitioner/627be677-3eb2-4db4-9570-5669fd8c92f5"
},
{
"reference": "Organization/cdaea3db-8b40-41dc-9834-b42503e12382"
}
],
"valueQuantity": {
"value": 65,
"unit": "kilogram",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}