Implementation Guide
Version 1.2.0 - release

: Weitere PZN Medikation - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "Example-Initial-Medication-2",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "version" : "http://snomed.info/sct/11000274103/version/20240515",
            "code" : "763158003",
            "display" : "Medicinal product (product)"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category",
      "valueCoding" : {
        "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category",
        "code" : "00"
      }
    },
    {
      "url" : "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine",
      "valueBoolean" : false
    },
    {
      "url" : "http://fhir.de/StructureDefinition/normgroesse",
      "valueCode" : "N1"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "02483617"
      }
    ],
    "text" : "Buscopan PLUS 20 St"
  },
  "form" : {
    "coding" : [
      {
        "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "code" : "FTA"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/ask",
            "code" : "A03BB01"
          }
        ],
        "text" : "Butylscopolaminium-bromid"
      },
      "strength" : {
        "numerator" : {
          "value" : 10,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Stück"
        }
      }
    },
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/ask",
            "code" : "N02BE01"
          }
        ],
        "text" : "Paracetamol"
      },
      "strength" : {
        "numerator" : {
          "value" : 500,
          "unit" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Stück"
        }
      }
    }
  ]
}