FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedosing.aid-medicationrequest
Resource TypeMedication
IdMedication-aid-4-zeiten-schema.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "med00000-0000-4000-8000-000000000001",
  "extension": [
    {
      "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_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_Vaccine",
      "valueBoolean": false
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "06333504"
      }
    ],
    "text": "Ibuprofen AL 400 akut Schmerztabletten"
  },
  "form": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "code": "TAB"
      }
    ]
  },
  "amount": {
    "numerator": {
      "extension": [
        {
          "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize",
          "valueString": "20"
        }
      ],
      "unit": "Stück"
    },
    "denominator": {
      "value": 1
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Ibuprofen"
      },
      "strength": {
        "numerator": {
          "value": 400,
          "unit": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Stück"
        }
      }
    }
  ]
}