German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Patient summary with all required sections - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "patient-summary-required-composition",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/patient-summary-composition-praxis-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition patient-summary-required-composition</b></p><a name=\"patient-summary-required-composition\"> </a><a name=\"hcpatient-summary-required-composition\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-summary-composition-praxis-de.html\">Patient Summary Composition (Praxis DE)</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/patient-summary</code>/required-sections-2026-08-14</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">60591-5</span></p><p><b>date</b>: 2026-08-14 12:00:00+0200</p><p><b>author</b>: <a href=\"Patient-patient-summary-required-patient.html\">Erika Mustermann  (no stated gender), DoB: 1970-01-01</a></p><p><b>title</b>: Patient Summary</p></div>"
  },
  "identifier" : {
    "system" : "https://fhir.cognovis.de/praxis/NamingSystem/patient-summary",
    "value" : "required-sections-2026-08-14"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "60591-5"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-summary-required-patient"
  },
  "date" : "2026-08-14T12:00:00+02:00",
  "author" : [
    {
      🔗 "reference" : "Patient/patient-summary-required-patient"
    }
  ],
  "title" : "Patient Summary",
  "section" : [
    {
      "title" : "Problems",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11450-4"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active problem is recorded.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Condition/patient-summary-required-condition"
        }
      ]
    },
    {
      "title" : "Allergies and Intolerances",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48765-2"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">One allergy is recorded.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "AllergyIntolerance/patient-summary-required-allergy"
        }
      ]
    },
    {
      "title" : "Medication Summary",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10160-0"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active medication is recorded.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "MedicationStatement/patient-summary-required-medication"
        }
      ]
    },
    {
      "title" : "History of Procedures",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "47519-4"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">One completed procedure is recorded.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Procedure/patient-summary-required-procedure"
        }
      ]
    },
    {
      "title" : "Medical Devices",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "46264-8"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">One active device is recorded.</div>"
      },
      "entry" : [
        {
          🔗 "reference" : "DeviceUseStatement/patient-summary-required-device-use"
        }
      ]
    }
  ]
}