Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: BioSignalReport-IEHR Example - EKG - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "9111",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/DiagnosticReport-BioSignalReport-IEHR"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2><span title=\"Codes: {http://loinc.org 30954-2}\">Relevant diagnostic tests/laboratory data Narrative</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 EC}\">Electrocardiac (e.g., EKG, EEC, Holter)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</td></tr><tr><td>When For</td><td>2022-04-05 --&gt; 2022-04-05</td></tr><tr><td>Identifier:</td><td> Provider number/2a3-4b4-5c5-6d6</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-9113.html\"><span title=\"Codes: {http://loinc.org 18810-2}\">EKG Study observation overall (narrative)</span></a></td><td/></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/2"
      }
    },
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/UnstructuredResultExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "DocumentReference/91155"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "value" : "2a3-4b4-5c5-6d6"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "EC",
          "display" : "Electrocardiac (e.g., EKG, EEC, Holter)"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "30954-2",
        "display" : "Relevant diagnostic tests/laboratory data Narrative"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/3466"
  },
  "effectivePeriod" : {
    "start" : "2022-04-05",
    "end" : "2022-04-05"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/9113"
    }
  ],
  "media" : [
    {
      "link" : {
        🔗 "reference" : "Media/2112"
      }
    }
  ]
}