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 08 - Antidepressiva (MII_Medikation) - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "rf-08-antidepressiva-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-08-antidepressiva-medication</b></p><a name=\"rf-08-antidepressiva-medication\"> </a><a name=\"hcrf-08-antidepressiva-medication\"> </a><a name=\"rf-08-antidepressiva-medication-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 03120265}\">PZN: 03120265; EAN: 4150031202655; Darreichung: Filmtabletten; Marke: Mirtazapin; Hersteller: ratiopharm 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>15 mg/10 Tablette</td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "03120265",
        "display" : "03120265/ratiopharm GmbH/Mirtazapin/15mg"
      }
    ],
    "text" : "PZN: 03120265; EAN: 4150031202655; Darreichung: Filmtabletten; Marke: Mirtazapin; Hersteller: ratiopharm GmbH"
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "15054000",
        "display" : "Tablet"
      }
    ]
  },
  "ingredient" : [
    {
      "itemReference" : {
        🔗 "reference" : "Substance/substanz-1-eisen"
      },
      "strength" : {
        "numerator" : {
          "value" : 15,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 10,
          "unit" : "Tablette"
        }
      }
    }
  ]
}