MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hospital Discharge Report Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "CompositionHdrExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/composition-hdr-myhealtheu"
    ]
  },
  "language" : "en-GB",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-GB\" lang=\"en-GB\"><p class=\"res-header-id\"><b>Generated Narrative: Composition CompositionHdrExample</b></p><a name=\"CompositionHdrExample\"> </a><a name=\"hcCompositionHdrExample\"> </a><a name=\"CompositionHdrExample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-GB</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-composition-hdr-myhealtheu.html\">Composition: HDR</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34105-7}\">Hospital Discharge summary</span></p><p><b>date</b>: 2025-05-05 14:00:00+0200</p><p><b>author</b>: <a href=\"Practitioner-ExampleHdrPractitioner.html\">Practitioner Anna Smith </a></p><p><b>title</b>: Hospital Discharge Summary</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34105-7",
        "display" : "Hospital Discharge summary"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "date" : "2025-05-05T14:00:00+02:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/ExampleHdrPractitioner"
    }
  ],
  "title" : "Hospital Discharge Summary",
  "section" : [
    {
      "title" : "Hospital Course",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8648-8",
            "display" : "Hospital Course"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient was admitted for observation and discharged in stable condition.</div>"
      }
    },
    {
      "title" : "Significant Results",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30954-2",
            "display" : "Relevant diagnostic tests/laboratory data Narrative"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/ObservationLaboratoryExample"
        },
        {
          🔗 "reference" : "Observation/ObservationRadiologyExample"
        }
      ]
    },
    {
      "title" : "Clinical Synthesis",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "67781-5",
            "display" : "Summarization of encounter note Narrative"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Final diagnosis: Acute bronchitis. Treatment included antibiotics and rest.</div>"
      }
    }
  ]
}