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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationArzneimittel.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

Hier finden Sie ein Beispiel der MedikationArzneimittel einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Medication",
  "id": "DGUV-ENLA-Bsp-MedikationArzneimittel",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "04823572"
      }
    ],
    "text": "ACC long 600mg"
  },
  "status": "active",
  "manufacturer": {
    "display": "Hexal AG"
  },
  "form": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "version": "1.15",
        "code": "BTA",
        "display": "Brausetabletten"
      }
    ]
  },
  "batch": {
    "lotNumber": "1234"
  }
}