Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Beispiel BfArM Medication (Verordnung) - Pomalidomid - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "ExampleMedication1-Pomalidomid-T",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication ExampleMedication1-Pomalidomid-T</b></p><a name=\"ExampleMedication1-Pomalidomid-T\"> </a><a name=\"hcExampleMedication1-Pomalidomid-T\"> </a><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc L04AX06}\">Pomalidomid</span></p><p><b>form</b>: <span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM HKP}\">Hartkapseln</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "L04AX06",
        "display" : "Pomalidomid"
      }
    ]
  },
  "form" : {
    "coding" : [
      {
        "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "code" : "HKP",
        "display" : "Hartkapseln"
      }
    ]
  }
}