FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Observation |
| Id | POD.9071cd6d-0522-447a-a128-e5293f82b6fc.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "POD.9071cd6d-0522-447a-a128-e5293f82b6fc",
"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": "85354-9",
"display": "Blood pressure panel"
}
]
},
"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": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 136,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 101,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}