FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Observation |
| Id | Observation-ekg-observation-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ekg-observation-example-1
status: Final
category: Exam
code: EKG impression
subject: James Wolff
effective: 2024-02-01 19:48:57-0800
performer: Dr. Doc Family
value: Normal sinus rhythm (finding)
{
"resourceType": "Observation",
"id": "ekg-observation-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
],
"text": "Exam"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8601-7",
"display": "EKG impression"
}
]
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"effectiveDateTime": "2024-02-01T19:48:57.246958-08:00",
"performer": [
{
"reference": "Practitioner/pcp-provider-example-1",
"display": "Dr. Doc Family"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "64730000",
"display": "Normal sinus rhythm (finding)"
}
]
}
}