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

: ImagingReport Example - ImagingStudy - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "1",
  "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-04-04 14:59:49+0200</td></tr><tr><td>Identifier:</td><td> Provider number/97170e06-9de2-4976-9efe-73300344a1ac</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/6"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "value" : "97170e06-9de2-4976-9efe-73300344a1ac"
    }
  ],
  "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-04-04T14:59:49+02:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "Organization/34432"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/1"
    }
  ]
}