FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-obs-bloodPressure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Final ( ObservationStatus#final)
分類:Vital Signs ( Observation Category Codes#vital-signs)
檢驗項目:Blood pressure panel with all children optional ( LOINC#85354-9 "Blood pressure panel with all children optional")
病人:Patient/PatientMCR-min "張睿寧"
檢查者:Practitioner/PractitionerClinEMR-min "黃啟揚"
執行日期:2010-04-01
檢驗結果
檢驗項目:Systolic blood pressure ( LOINC#8480-6)
檢驗值:98 mmHg
檢驗項目:Diastolic blood pressure ( LOINC#8462-4)
檢驗值:65 mmHg
{
"resourceType": "Observation",
"id": "obs-bloodPressure-example",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observationbloodpressure-clinemr"
]
},
"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/PatientMCR-min"
},
"effectiveDateTime": "2010-04-01",
"performer": [
{
"reference": "Practitioner/PractitionerClinEMR-min"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 98,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 65,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}