FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Observation |
| Id | Observation-ma-ma-schema-1-Observation-vitals-bp-5001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ma-ma-schema-1-Observation-vitals-bp-5001
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Profile: DwObservationVitals
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:ma:ma-schema-1:vitals/bp-5001 (use: official, )
status: Final
category: Vital Signs
code: Blood Pressure Panel
subject: John Michael Smith
effective: 2023-12-18 10:15:00+0000
performer: Dr. Sarah Johnson
component
code: Systolic blood pressure
value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "ma-ma-schema-1-Observation-vitals-bp-5001",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwObservationVitals"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:ma:ma-schema-1:vitals",
"value": "bp-5001"
}
],
"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"
}
],
"text": "Blood Pressure Panel"
},
"subject": {
"reference": "Patient/ma-ma-schema-1-Patient-12345",
"type": "Patient",
"display": "John Michael Smith"
},
"encounter": {
"reference": "Encounter/ma-ma-schema-1-Encounter-2001",
"type": "Encounter"
},
"effectiveDateTime": "2023-12-18T10:15:00Z",
"performer": [
{
"reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
"type": "Practitioner",
"display": "Dr. Sarah Johnson"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}