FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Observation |
| Id | POD.14f96cd7-11b9-46d7-b68e-c0c5b656a32b.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "POD.14f96cd7-11b9-46d7-b68e-c0c5b656a32b",
"meta": {
"profile": [
"https://pnt.gov/fhir/StructureDefinition/Observation-ForVitalSigns"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
},
"encounter": {
"reference": "Encounter/POD.abc5853a-908e-44ce-87f7-fb36e818dd98"
},
"effectiveDateTime": "2021-04-10T11:45:35+01:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}
]
}