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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationFreitext.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 des MedikationFreitextes einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Medication",
  "id": "DGUV-ENLA-Bsp-MedicationFreitext",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationFreitext"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type",
        "code": "freitext",
        "display": "Freitext-Medikation"
      }
    ],
    "text": "Hier steht ein Freitext zur Medikation"
  },
  "status": "active",
  "form": {
    "text": "freitext"
  }
}