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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationRequest
IdMedicationRequest-Example-MR-Dosage-comb-dayofweek-unsorted.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: MedicationRequest Example-MR-Dosage-comb-dayofweek-unsorted

status: Active

intent: Order

medication: Ibuprofen 400mg

subject: Patient

dosageInstruction

timing: Evening, Morning, 6 per 1 week

DoseAndRates

-Dose[x]
*1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Example-MR-Dosage-comb-dayofweek-unsorted",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 6,
          "period": 1,
          "periodUnit": "wk",
          "dayOfWeek": [
            "sat",
            "mon",
            "thu"
          ],
          "when": [
            "EVE",
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code": "1"
          }
        }
      ]
    }
  ]
}