FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Observation |
| Id | Observation-pghd-heart-electrocardiogram.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pghd-heart-electrocardiogram
Language: en
Profile: PGHD Electrocardiogram Profile
status: Final
category: Exam
code: Electrocardiogram
subject: John Doe Male, DoB: 1990-01-01
effective: 2023-05-17 00:00:00+0000 --> 2023-05-17 00:00:29+0000
performer: John Doe Male, DoB: 1990-01-01
device: Device: manufacturer = Apple Inc.
hasMember: Observation appleWatchSimilarToLeadI
component
code: Classification
value: Atrial fibrillation
component
code: Symptoms status
value: Present
Generated Narrative: Device #device
Profile: PGHD Device Profile
UdiCarriers
DeviceIdentifier FVFHX60ZQ6LC manufacturer: Apple Inc.
deviceName
name: Watch
type: Model name
deviceName
name: Apple Watch
type: User Friendly name
version
type: hardware
value: Watch6,7
version
type: software
value: 8.6
{
"resourceType": "Observation",
"id": "pghd-heart-electrocardiogram",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-electrocardiogram"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Device",
"id": "device",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device"
]
},
"udiCarrier": [
{
"deviceIdentifier": "FVFHX60ZQ6LC"
}
],
"manufacturer": "Apple Inc.",
"deviceName": [
{
"name": "Watch",
"type": "model-name"
},
{
"name": "Apple Watch",
"type": "user-friendly-name"
}
],
"version": [
{
"type": {
"text": "hardware"
},
"value": "Watch6,7"
},
{
"type": {
"text": "software"
},
"value": "8.6"
}
]
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
"code": "electrocardiogram"
}
]
},
"subject": {
"reference": "Patient/1"
},
"effectivePeriod": {
"start": "2023-05-17T00:00:00Z",
"end": "2023-05-17T00:00:29Z"
},
"performer": [
{
"reference": "Patient/1"
}
],
"device": {
"reference": "#device"
},
"hasMember": [
{
"reference": "Observation/pghd-voltage-measurement"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-codes",
"code": "classification"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes",
"code": "atrialFibrillation"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-codes",
"code": "symptomsStatus"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-symptoms-status-codes",
"code": "present"
}
]
}
}
]
}