PFLIP HL7 FHIR Implementation Guide
0.9.0 - draft

PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Bsp. Risikofaktor 32 - Antikonvulsiva (MII_Medikation) - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "rf-32-antikonvulsiva-medication",
  "meta" : {
    "profile" : [
      🔗 "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/Medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication rf-32-antikonvulsiva-medication</b></p><a name=\"rf-32-antikonvulsiva-medication\"> </a><a name=\"hcrf-32-antikonvulsiva-medication\"> </a><a name=\"rf-32-antikonvulsiva-medication-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 08891435}\">PZN: 08891435; EAN: 4150088914358; Darreichung: Filmtabletten; Marke: Levetiracetam; Hersteller: Desitin Arzneimittel GmbH</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 15054000}\">Tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Substance-substanz-1-eisen.html\">Substance Substance</a></td><td>500 mg/1 Tablette</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "08891435",
        "display" : "08891435/Desitin Arzneimittel GmbH/Levetiracetam/500mg"
      }
    ],
    "text" : "PZN: 08891435; EAN: 4150088914358; Darreichung: Filmtabletten; Marke: Levetiracetam; Hersteller: Desitin Arzneimittel GmbH"
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "15054000",
        "display" : "Tablet"
      }
    ]
  },
  "ingredient" : [
    {
      "itemReference" : {
        🔗 "reference" : "Substance/substanz-1-eisen"
      },
      "strength" : {
        "numerator" : {
          "value" : 500,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Tablette"
        }
      }
    }
  ]
}