Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

: ExampleComposition - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "ExampleComposition",
  "meta" : {
    "profile" : [
      "https://www.charite.de/fhir/medikationsplan/StructureDefinition/Composition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"ExampleComposition\"> </a></p><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\">Resource Composition &quot;ExampleComposition&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mp4p-composition.html\">Composition MP4+</a></p></div><p><b>Extension Medikationsplan Version MP4+</b>: 2.6</p><p><b>identifier</b>: id: urn:uuid:f1addd63-aaff-4287-aa8e-e5bdc075043d</p><p><b>status</b>: final</p><p><b>type</b>: Medication treatment plan.extended Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#77603-9)</span></p><p><b>date</b>: 2021-11-23</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitioner.html\">Practitioner/ExamplePractitioner</a> &quot;&quot;</p><p><b>title</b>: Medikationsplan</p></div>"
  },
  "extension" : [
    {
      "url" : "https://www.charite.de/fhir/medikationsplan/Extension/medikationsplan-version",
      "valueString" : "2.6"
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:f1addd63-aaff-4287-aa8e-e5bdc075043d"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "77603-9"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ExamplePatient"
  },
  "date" : "2021-11-23",
  "author" : [
    {
      "reference" : "Practitioner/ExamplePractitioner"
    }
  ],
  "title" : "Medikationsplan",
  "section" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "19009-0"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "List/ExampleList"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "55752-0"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "Observation/ExampleKoerpergewicht"
        }
      ]
    }
  ]
}