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

: Example Hospital Discharge Report - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "ExampleHDRComposition",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/composition-hdr-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Narrative Hospital Discharge Report</div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34105-7",
        "display" : "Hospital Discharge summary"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleHDRPatient"
  },
  "date" : "2024-11-12",
  "author" : [
    {
      "display" : "Dr. Patrick Dempsey"
    }
  ],
  "title" : "Hospital Discharge Report - 11 November, 2024 17:20",
  "section" : [
    {
      "title" : "Course of hospitalization (Hospital stay)",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8648-8",
            "display" : "Hospital course Narrative"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hospital course Narrative</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Encounter/ExampleHDREncounter"
        }
      ],
      "section" : [
        {
          "title" : "Diagnostic Summary Description",
          "code" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "721981007"
              }
            ]
          },
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Diagnostic Summary Description Narrative</div>"
          }
        },
        {
          "title" : "Significant Procedures Description",
          "code" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "721981007"
              }
            ]
          },
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Significant Procedures Narrative</div>"
          },
          "entry" : [
            {
              🔗 "reference" : "Procedure/ExampleProcedure"
            }
          ]
        },
        {
          "title" : "Medical Devices Description",
          "code" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "1184586001",
                "display" : "Medical device document section (record artifact)"
              }
            ]
          },
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medical Devices Narrative</div>"
          },
          "entry" : [
            {
              🔗 "reference" : "Device/example-device"
            }
          ]
        },
        {
          "title" : "Medications description",
          "code" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "1003606003",
                "display" : "Medication history section (record artifact)"
              }
            ]
          },
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medications Narrative</div>"
          },
          "entry" : [
            {
              🔗 "reference" : "MedicationStatement/ExampleMedicationStatement"
            }
          ]
        },
        {
          "title" : "Synthesis Description",
          "code" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "424836000",
                "display" : "Assessment section (record artifact)"
              }
            ]
          },
          "text" : {
            "status" : "generated",
            "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Synthesis Narrative</div>"
          },
          "section" : [
            {
              "title" : "Synthesis - Problem Synthesis Description",
              "code" : {
                "coding" : [
                  {
                    "system" : "http://snomed.info/sct",
                    "code" : "423016009",
                    "display" : "Clinical statement entry (record artifact)"
                  }
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Synthesis - Problem Synthesis Narrative</div>"
              }
            },
            {
              "title" : "Synthesis - Clinical Reasoning Description",
              "code" : {
                "coding" : [
                  {
                    "system" : "http://snomed.info/sct",
                    "code" : "424836000",
                    "display" : "Assessment section (record artifact)"
                  }
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Synthesis - Clinical Reasoning Narrative</div>"
              }
            }
          ]
        }
      ]
    },
    {
      "title" : "Discharge details",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8650-4",
            "display" : "Hospital discharge disposition Narrative"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Discharge Details Narrative</div>"
      }
    },
    {
      "title" : "Allergies and Intolerances",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48765-2",
            "display" : "Allergies and adverse reactions Document"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergies and Intolerances section Narrative</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "AllergyIntolerance/ExampleAllergyIntolerance"
        }
      ]
    }
  ]
}