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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-MS-Unsupported-Dosage-20-of-20-Event.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: MedicationStatement MS-Unsupported-Dosage-20-of-20-Event

status: Active

medication: Unsupported Dosage Event Medication

subject: Unsupported Dosage Event

Dosages

-Timing
*Events: 2023-06-01 08:00:00+0100 , Morning, Once per 1 day

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-Unsupported-Dosage-20-of-20-Event",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Unsupported Dosage Event Medication"
  },
  "subject": {
    "display": "Unsupported Dosage Event"
  },
  "dosage": [
    {
      "timing": {
        "event": [
          "2023-06-01T08:00:00+01:00"
        ],
        "repeat": {
          "boundsDuration": {
            "value": 3,
            "unit": "Woche(n)",
            "system": "http://unitsofmeasure.org",
            "code": "wk"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "08:00:00"
          ],
          "when": [
            "MORN"
          ]
        }
      }
    }
  ]
}