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

: Example DiagnosticReport - 3111 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "3111",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/DiagnosticReport-ImagingReport-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 RAD}\">Radiology</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-07-14 12:04:26+0200</td></tr><tr><td>Identifier:</td><td> Provider number/1a2-3b4-5c6-7d8</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-3111.html\"><span title=\"Codes: {http://loinc.org 36643-5}\">XR Chest 2 Views</span></a></td><td>Checkup after heart pacemaker surgery</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2021-09-27</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/1"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "value" : "1a2-3b4-5c6-7d8"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "RAD",
          "display" : "Radiology"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "30954-2",
        "display" : "Relevant diagnostic tests/laboratory data Narrative"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/3466"
  },
  "effectiveDateTime" : "2022-07-14T12:04:26+02:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/3111"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/3111"
    }
  ]
}