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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationRequest
IdMedicationRequest-MR-Dosage-4schema-ml-units.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 MR-Dosage-4schema-ml-units

status: Active

intent: Order

medication: Test Medication

subject: Patient

dosageInstruction

timing: Morning, Once per 1 day

DoseAndRates

-Dose[x]
*2 ml (Details: UCUM codemL = 'mL')

dosageInstruction

timing: Evening, Once per 1 day

DoseAndRates

-Dose[x]
*1 ml (Details: UCUM codemL = 'mL')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MR-Dosage-4schema-ml-units",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "text": "Test Medication"
  },
  "subject": {
    "display": "Patient"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ]
    },
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "EVE"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "mL"
          }
        }
      ]
    }
  ]
}