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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeMedicationRequest
IdmedicationRequest-qd.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": "HC40-CPOETHERAPY.medicationRequest-qd",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/MedicationRequest_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/medicationrequest-patient-provided-drug",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "system": "http://hc40-cpoetherapy.eng.it/cpoe-t/medication-request-identifier",
      "value": "e03bf82f-da2e-4740-aff0-5d5d4bd060e1"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationReference": {
    "reference": "Medication/HC40-CPOETHERAPY.FXT_MEDICATIONFARMADATIDATAFIXTURE_5097"
  },
  "subject": {
    "reference": "Patient/AREAS.2913871"
  },
  "encounter": {
    "reference": "Encounter/HC40-ADT-DEV.BEA.REVIEW1"
  },
  "authoredOn": "2023-02-17T15:54:00+01:00",
  "requester": {
    "reference": "Practitioner/AREAS.5169"
  },
  "groupIdentifier": {
    "system": "http://margherita3/cpoe-t/medication-request-groupIdentifier",
    "value": "e03bf82f-da2e-4740-aff0-5d5d4bd060e1"
  },
  "note": [
    {
      "text": "TEST QD"
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "LASIX 30CPR 25MG 5 CPR",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2023-02-17T00:00:00+01:00"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "20:00:00"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://care.medicationrequest.timing.mode",
              "code": "QD"
            }
          ],
          "text": "QD"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://ipsa.eu",
            "code": "7",
            "display": "Orale"
          },
          {
            "system": "http://care.routeOfAdministration.group",
            "code": "NOT_INFUSIONAL",
            "display": "Not infusional"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          },
          {
            "system": "http://cct.eng.it/FHIR/schema/medication-route-farmadati",
            "code": "OS"
          }
        ]
      }
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2023-02-17T20:00:00+01:00"
    }
  }
}