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

FHIR IG analytics

Packagerl.fhir.r4.draft
Resource TypeMedicationRequest
IdExample_MedicationRequest_LDO.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "esempio-MedicationRequest-ldo",
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/esempio-medication-formulazione-ldo"
  },
  "subject": {
    "reference": "Patient/e06086d8-a958-11ed-afa1-0242ac120002"
  },
  "authoredOn": "2015-01-15",
  "requester": {
    "reference": "Practitioner/3a14db34-a959-11ed-afa1-0242ac120002"
  },
  "note": [
    {
      "text": "Somministrazione durante i pasti"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2015-01-15"
          },
          "period": 1,
          "periodUnit": "d"
        },
        "code": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/ValueSet/timing-abbreviation",
              "code": "BED",
              "display": "at bedtime"
            }
          ]
        }
      },
      "site": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/approach-site-codes",
            "code": "836005",
            "display": "Oral region of face"
          }
        ],
        "text": "Bocca"
      },
      "route": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/route-codes",
            "code": "26643006",
            "display": "Oral use"
          }
        ],
        "text": "Somministrazione per via orale"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "unit": "mg/kg",
            "system": "http://unitsofmeasure.org",
            "code": "mg/kg"
          },
          "rateRatio": {
            "numerator": {
              "value": 2,
              "system": "http://unitsofmeasure.org",
              "code": "mg/kg"
            },
            "denominator": {
              "value": 20,
              "system": "http://unitsofmeasure.org",
              "code": "min"
            }
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 10,
      "unit": "ORCAP",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "ORCAP"
    }
  }
}