FHIR IG analytics| Package | phis.ig.createtest |
| Resource Type | Observation |
| Id | Observation-krcore-observation-vs-bloodpressure-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "krcore-observation-vs-bloodpressure-example-01"
Profile: KR Core Observation Profile for Vital Signs: Blood Pressure
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Blood pressure panel with all children optional (LOINC#85354-9)
subject: Patient/krcore-patient-example-01 ""
effective: 2023-02-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": "krcore-observation-vs-bloodpressure-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bloodpressure"
]
},
"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",
"display": "Blood pressure panel with all children optional"
}
]
},
"subject": {
"reference": "Patient/krcore-patient-example-01"
},
"effectiveDateTime": "2023-02-02",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "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"
}
]
},
"valueQuantity": {
"value": 44,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}