FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-ecg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation acs-cda-ecg
Profile: ACS ECG Interpretation
status: Final
category: Vital Signs
code: Heart rate rhythm
effective: 2016-06-14 11:35:00+1200
value: Atrial flutter
note: ,
A note about the observations
CDA structured entry coded Atrial Fibrillation while narrative table displayed Atrial Flutter.
{
"resourceType": "Observation",
"id": "acs-cda-ecg",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-ecg-interpretation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8884-9",
"display": "Heart rate rhythm"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:35:00+12:00",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-ecg-interpretation",
"code": "aflutter",
"display": "Atrial flutter"
}
]
},
"note": [
{
"text": "A note about the observations"
},
{
"text": "CDA structured entry coded Atrial Fibrillation while narrative table displayed Atrial Flutter."
}
]
}