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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationDispense
IdMedicationDispense-Invalid-Dosage-05-of-12-multiple-types-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 Invalid-Dosage-05-of-12-multiple-types-MD

status: Completed

medication: DEV Medication

subject: DEV Dosage

DosageInstructions

-Timing
*Morning, Once per 1 day
*Once per 1 day

Source1

{
  "resourceType": "MedicationDispense",
  "id": "Invalid-Dosage-05-of-12-multiple-types-MD",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationDispenseDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "DEV Medication"
  },
  "subject": {
    "display": "DEV Dosage"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      }
    },
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "08:00:00"
          ]
        }
      }
    }
  ]
}