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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-Invalid-Dosage-07-of-12-timing-no-dose-MS.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 Invalid-Dosage-07-of-12-timing-no-dose-MS

status: Active

medication: Ibuprofen 400mg

subject: Patient

Dosages

-Timing
*Morning, Once per 1 day

Source1

{
  "resourceType": "MedicationStatement",
  "id": "Invalid-Dosage-07-of-12-timing-no-dose-MS",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      }
    }
  ]
}