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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationDispense
IdMedicationDispense-INV-C-ExtRequiresDosage-MD.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 INV-C-ExtRequiresDosage-MD

R5: Full representation of the dosage instructions (new):

Morgens 1 Tablette

status: Completed

medication: Ibuprofen 400mg

subject: Patient


Source1

{
  "resourceType": "MedicationDispense",
  "id": "INV-C-ExtRequiresDosage-MD",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.renderedDosageInstruction",
      "valueMarkdown": "Morgens 1 Tablette"
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  }
}