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

FHIR IG analytics

Packagekbv.basis.with.expansion
Resource TypeMedication
IdMedication_149e683b_729a_41e2_a3ce_b21f4a2b55e2.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 Beispiel zeigt eine Medikation für Metoprolol-ratiopharm® 100 mg Tabletten, mit der Angabe von 100 ml als Menge und Metoprololtartrat als Wirkstoff (ASK: 11849, SCT: 72770009), notiert am 2. Januar 2020.

Source1

{
  "resourceType": "Medication",
  "id": "149e683b-729a-41e2-a3ce-b21f4a2b55e2",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication"
    ]
  },
  "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/20240515",
            "code": "763158003",
            "system": "http://snomed.info/sct",
            "display": "Medicinal product (product)"
          }
        ]
      }
    },
    {
      "url": "http://fhir.de/StructureDefinition/normgroesse",
      "valueCode": "N3"
    }
  ],
  "code": {
    "coding": [
      {
        "version": "0.2",
        "code": "03953522",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Metoprolol-ratiopharm® 100 mg Tabletten"
      },
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "72770009",
        "system": "http://snomed.info/sct",
        "display": "Metoprolol tartrate (substance)"
      },
      {
        "version": "2022",
        "code": "C07AB02",
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "display": "Metoprolol"
      }
    ],
    "text": "Metoprolol-ratiopharm® 100 mg Tabletten"
  },
  "form": {
    "coding": [
      {
        "version": "1.10",
        "code": "TAB",
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "display": "Tabletten"
      },
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "385055001",
        "system": "http://snomed.info/sct",
        "display": "Tablet (basic dose form)"
      },
      {
        "code": "12200",
        "system": "http://standardterms.edqm.eu",
        "display": "Tablet"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 100,
      "code": "ml",
      "system": "http://unitsofmeasure.org",
      "unit": "ml"
    },
    "denominator": {
      "value": 1,
      "code": "1",
      "system": "http://unitsofmeasure.org",
      "unit": "1"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "11849",
            "system": "http://fhir.de/CodeSystem/ask"
          },
          {
            "code": "72770009",
            "system": "http://snomed.info/sct"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 100,
          "code": "mg",
          "system": "http://unitsofmeasure.org"
        },
        "denominator": {
          "value": 1,
          "code": "1",
          "system": "http://unitsofmeasure.org"
        }
      }
    }
  ]
}