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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationArzneimittel_1.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": "beispiel-medikation-arzneimittel",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "12345678",
        "display": "Beispielpräparat 500 mg Tabletten"
      }
    ],
    "text": "Beispielpräparat 500 mg Tabletten"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "version": "1.0.0",
        "code": "TAB",
        "display": "Tablette"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 1,
      "unit": "1",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    },
    "denominator": {
      "value": 1,
      "unit": "1",
      "system": "http://unitsofmeasure.org",
      "code": "1"
    }
  }
}