FHIR IG analytics| Package | hl7.fhir.uv.cardx-cied |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-IDCO1DiagnosticReport.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport IDCO1DiagnosticReport
Profile: CIED Diagnostic Report Profile
| Subject | Jim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, )) |
| Relevant Time | 2024-01-15 10:30:00-0500 |
| Identifier | http://example.org/ACME-DR-001 (use: official, ) |
Report Details
| Code | Value | Flags |
| Implantable Device Cardiac Observation | Final |
{
"resourceType": "DiagnosticReport",
"id": "IDCO1DiagnosticReport",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-diagnostic-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://example.org",
"value": "ACME-DR-001"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10191-5",
"display": "Cardiac electrophysiology procedure note"
}
]
},
"subject": {
"reference": "Patient/uc1ACMEPatient"
},
"effectiveDateTime": "2024-01-15T10:30:00-05:00",
"result": [
{
"reference": "Observation/IDCOExample2"
}
]
}