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

FHIR IG analytics

Packagekbv.basis
Resource TypeMedication
IdMedication-9c0812ec-b469-4b3c-9dff-65cddc3bc340.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Dieses FHIR-Beispiel des Profils KBV_PR_Base_Medication beschreibt das Medikament Metoprolol-ratiopharm® 100 mg Tabletten (PZN: 03953522, ATC-Code: C07AB02) in Tablettenform für eine Menge von 100 ml. Es enthält Metoprolol tartrate (SNOMED CT: 72770009) als Wirkstoff.

Source1

{
  "resourceType": "Medication",
  "id": "9c0812ec-b469-4b3c-9dff-65cddc3bc340",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "version": "0.2",
        "code": "03953522",
        "display": "Metoprolol-ratiopharm® 100 mg Tabletten"
      },
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20250515",
        "code": "72770009",
        "display": "Metoprolol tartrate"
      },
      {
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "version": "2022",
        "code": "C07AB02",
        "display": "Metoprolol"
      }
    ],
    "text": "Metoprolol-ratiopharm® 100 mg Tabletten"
  },
  "form": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "version": "1.15",
        "code": "TAB",
        "display": "Tabletten"
      },
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20250515",
        "code": "385055001",
        "display": "Tablet"
      },
      {
        "system": "http://standardterms.edqm.eu",
        "code": "12200",
        "display": "Tablet"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type",
      "valueCodeableConcept": {
        "coding": [
          {
            "version": "http://snomed.info/sct/11000274103/version/20250515",
            "code": "763158003",
            "system": "http://snomed.info/sct",
            "display": "Medicinal product"
          }
        ]
      }
    },
    {
      "url": "http://fhir.de/StructureDefinition/normgroesse",
      "valueCode": "N3"
    }
  ],
  "amount": {
    "numerator": {
      "value": 100,
      "code": "ml",
      "system": "http://unitsofmeasure.org",
      "unit": "ml"
    },
    "denominator": {
      "value": 1,
      "code": "1",
      "system": "http://unitsofmeasure.org",
      "unit": "1"
    }
  },
  "ingredient": [
    {
      "itemReference": {
        "reference": "Medication/149e683b-729a-41e2-a3ce-b21f4a2b55e2",
        "display": "test"
      },
      "strength": {
        "numerator": {
          "value": 100,
          "code": "mg",
          "system": "http://unitsofmeasure.org"
        },
        "denominator": {
          "value": 1,
          "code": "1",
          "system": "http://unitsofmeasure.org"
        }
      }
    }
  ]
}