German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: PRE-APPROVAL Composition proposal - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "example-proposal-composition-upper-arm",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition example-proposal-composition-upper-arm</b></p><a name=\"example-proposal-composition-upper-arm\"> </a><a name=\"hcexample-proposal-composition-upper-arm\"> </a><p><b>status</b>: Preliminary</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11506-3}\">Progress note</span></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p><p><b>date</b>: 2026-07-20 10:15:00+0200</p><p><b>author</b>: <a href=\"Practitioner-example-practitioner-upper-arm.html\">Practitioner Lea Schneider </a></p><p><b>title</b>: Upper-arm injection visit - pre-approval proposal</p></div>"
  },
  "status" : "preliminary",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11506-3",
        "display" : "Progress note"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient-upper-arm"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-encounter-upper-arm"
  },
  "date" : "2026-07-20T10:15:00+02:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/example-practitioner-upper-arm"
    }
  ],
  "title" : "Upper-arm injection visit - pre-approval proposal",
  "section" : [
    {
      "title" : "Documentation",
      "entry" : [
        {
          🔗 "reference" : "Observation/example-proposal-observation-upper-arm-doc"
        }
      ]
    },
    {
      "title" : "Billing proposal",
      "entry" : [
        {
          🔗 "reference" : "ChargeItem/example-proposal-chargeitem-primary"
        }
      ]
    },
    {
      "title" : "Procedure proposal",
      "entry" : [
        {
          🔗 "reference" : "Procedure/example-proposal-procedure-upper-arm"
        }
      ]
    },
    {
      "title" : "Diagnosis proposal",
      "entry" : [
        {
          🔗 "reference" : "Condition/example-proposal-condition-upper-arm"
        }
      ]
    }
  ]
}