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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationDispense
IdMedicationDispense-MD-Dosage-Freetext.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

Generated Narrative: MedicationDispense MD-Dosage-Freetext

status: Completed

medication: Test Medication

subject: Patient

DosageInstructions

-Text
*Morgens und abends je 1 Kapsel nach dem Essen

Source1

{
  "resourceType": "MedicationDispense",
  "id": "MD-Dosage-Freetext",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Test Medication"
  },
  "subject": {
    "display": "Patient"
  },
  "dosageInstruction": [
    {
      "text": "Morgens und abends je 1 Kapsel nach dem Essen"
    }
  ]
}