FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Observation |
| Id | Observation-ex-bloodPressure.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-bloodPressure
Profile: Observation Blood Pressure Profile
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), normal (Details: Confidentiality code N = 'normal')
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Jack Smith Male, DoB: 1923-07-25
encounter: Encounter: status = finished; class = home health (ActCode#HH)
effective: 2004-12-25 23:50:50-0500
performer: Practitioner: telecom = Author@example.com
note:
a minimal blood pressure
component
code: Systolic blood pressure
value: 140 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 90 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "ex-bloodPressure",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bp"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9"
}
]
},
"subject": {
"reference": "Patient/ex-patient"
},
"encounter": {
"reference": "Encounter/ex-encounter"
},
"effectiveDateTime": "2004-12-25T23:50:50-05:00",
"performer": [
{
"reference": "Practitioner/ex-author"
}
],
"note": [
{
"text": "a minimal blood pressure"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 140,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 90,
"unit": "mm[Hg]",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}