{
"resourceType": "Observation",
"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": "3141-9"
}
],
"text": "Weight"
},
"subject":{
"reference":"Patient/12752053"
},
"encounter":{
"reference":"Encounter/97959202"
},
"effectiveDateTime": "2020-04-03T19:22:00.000Z",
"issued": "2020-04-03T19:21:40.000Z",
"performer": [
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "
http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "LA",
"display": "legal authenticator"
}
],
"text": "legal authenticator"
},
"url": "
http://hl7.org/fhir/StructureDefinition/event-performerFunction"
}
],
"reference": "Practitioner/11638321"
}
],
"valueQuantity": {
"value": 164.9,
"unit": "lb_av",
"system": "
http://unitsofmeasure.org",
"code": "lbf_av"
},
"interpretation": [
{
"coding": [
{
"system": "
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 90,
"unit": "lb_av",
"system": "
http://unitsofmeasure.org",
"code": "lbf_av"
},
"high": {
"value": 320,
"unit": "lb_av",
"system": "
http://unitsofmeasure.org",
"code": "lbf_av"
},
"type": {
"coding": [
{
"system": "
http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}