eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "Composition",
  "id" : "chmed20af-pre-composition-s01",
  "meta" : {
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-pre-composition"
    ]
  },
  "language" : "de-CH",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\">Prescription </div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-versionnumber",
      "valueUnsignedInt" : 1
    },
    {
      "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-informationrecipient",
      "valueReference" : {
        "reference" : "Practitioner/chmed20af-practitioner-s01"
      }
    }
  ],
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:645bb0c3-ff7e-4123-bef5-3852a4784813"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "761938008",
        "display" : "Medical Prescription record (record artifact)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "date" : "2017-05-27T11:46:09+02:00",
  "author" : [
    {
      "reference" : "Practitioner/chmed20af-practitioner-s01"
    }
  ],
  "title" : "Prescription",
  "confidentiality" : "N",
  "_confidentiality" : {
    "extension" : [
      {
        "url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "17621005",
              "display" : "Normally accessible"
            }
          ]
        }
      }
    ]
  },
  "custodian" : {
    "reference" : "Organization/chmed20af-custodian-s01"
  },
  "section" : [
    {
      "title" : "Arzneimittelverordnung",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "57828-6",
            "display" : "PRESCRIPTIONS"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "MedicationRequest/chmed20af-pre-medicationrequest-s01-1"
        }
      ]
    },
    {
      "title" : "Kommentar",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48767-8",
            "display" : "Annotation comment"
          }
        ]
      },
      "text" : {
        "status" : "additional",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> Kommentar </div>"
      }
    },
    {
      "title" : "Original Darstellung",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "55108-5",
            "display" : "Clinical presentation"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <a href=\"Binary/example-pdf\">Representation of the original view</a>\n         </div>"
      },
      "entry" : [
        {
          "reference" : "Binary/example-pdf"
        }
      ]
    }
  ]
}