FHIR IG analytics| Package | hl7.fhir.us.mihr.r4b |
| Resource Type | Observation |
| Id | Observation-observation-allison-doe-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "observation-allison-doe-example" Version "5" Updated "2022-03-15 18:58:30+0000"
Information Source: #E0EhuFjcq0kwnBu2!
Profile: US Core Blood Pressure Profile
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Blood pressure systolic and diastolic (LOINC#85354-9 "Blood pressure panel with all children optional")
subject: Patient/patient-allison-doe-example: Allison Doe " DOE"
encounter: : GP Visit
effective: 1999-07-02
component
code: Systolic blood pressure (LOINC#8480-6)
value: 109 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure (LOINC#8462-4)
value: 44 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "observation-allison-doe-example",
"meta": {
"versionId": "5",
"lastUpdated": "2022-03-15T18:58:30.917+00:00",
"source": "#E0EhuFjcq0kwnBu2",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "Blood pressure systolic and diastolic"
},
"subject": {
"reference": "Patient/patient-allison-doe-example",
"display": "Allison Doe"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "1999-07-02",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
],
"text": "Systolic blood pressure"
},
"valueQuantity": {
"value": 109,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
],
"text": "Diastolic blood pressure"
},
"valueQuantity": {
"value": 44,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}