German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Card Entry Composition - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "example-card-entry-composition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example-card-entry-composition</b></p><a name=\"example-card-entry-composition\"> </a><a name=\"hcexample-card-entry-composition\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>date</b>: 2026-05-18 10:05:00+0100</p><p><b>author</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>title</b>: Card Entry</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11506-3",
        "display" : "Progress note"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "date" : "2026-05-18T10:05:00+01:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/example-practitioner"
    }
  ],
  "title" : "Card Entry",
  "section" : [
    {
      "title" : "Assessment",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient reports fatigue and elevated glucose readings.</div>"
      }
    }
  ]
}