FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cardx-cied
Resource TypeDiagnosticReport
IdDiagnosticReport-IDCO1DiagnosticReport.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DiagnosticReport IDCO1DiagnosticReport

Cardiac electrophysiology procedure note

SubjectJim ACME Doe Male, DoB: 1958-01-01 ( http://example.org#ACME1111 (use: official, ))
Relevant Time2024-01-15 10:30:00-0500
Identifier http://example.org/ACME-DR-001 (use: official, )

Report Details

CodeValueFlags
Implantable Device Cardiac ObservationFinal

Source1

{
  "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"
    }
  ]
}