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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeMedicationRequest
IdMedicationRequest-OncoFAIRMedicationRequestComponent-Folfox-oxaliplatine.json
FHIR VersionR5

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 OncoFAIRMedicationRequestComponent-Folfox-oxaliplatine

OncoFAIRMRComponentSolute: true

identifier: prescription-component-folfox-oxaliplatine

basedOn: MedicationRequest: identifier = prescription-element-folfox-hospital; groupIdentifier = folfox-example; status = active; intent = proposal; note = 5-fluoro-uracile,protocol folfox; effectiveDosePeriod = 2024-11-01 08:00:00+0000 --> 2024-11-30 09:00:00+0000

groupIdentifier: folfox-example

status: Active

intent: Order

Medications

-ConceptReference
*componentMedication Oxaliplatin

subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)

performer: Practitioner: identifier = 12345

Devices

-Reference
*DeviceDefinition: identifier = Perfusion

note: , ,

Prescribed component wording

Comments associated with the prescribed component

Specifies the reasons for prescribing this component

dosageInstruction

site: 6894000

route: Intravenous route

method: Administer (administration method)

DoseAndRates

-Dose[x]
*20 mg

Substitutions

-Allowed[x]
*false

Source1

{
  "resourceType": "MedicationRequest",
  "id": "OncoFAIRMedicationRequestComponent-Folfox-oxaliplatine",
  "meta": {
    "profile": [
      "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-component"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-component-solute",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "value": "prescription-component-folfox-oxaliplatine"
    }
  ],
  "basedOn": [
    {
      "reference": "MedicationRequest/Element-folfox"
    }
  ],
  "groupIdentifier": {
    "value": "folfox-example"
  },
  "status": "active",
  "intent": "order",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
          "code": "component",
          "display": "component"
        }
      ]
    },
    "reference": {
      "reference": "Medication/OncoFAIRMedication-oxaliplatine"
    }
  },
  "subject": {
    "reference": "Patient/ExampleOncoFAIRPatient"
  },
  "performer": [
    {
      "reference": "Practitioner/ExampleOncoFAIRPractitioner"
    }
  ],
  "device": [
    {
      "reference": {
        "reference": "DeviceDefinition/ExampleOncoFAIRDeviceDefinition-perfusion"
      }
    }
  ],
  "note": [
    {
      "id": "wording",
      "text": "Prescribed component wording"
    },
    {
      "id": "comments",
      "text": "Comments associated with the prescribed component"
    },
    {
      "id": "indication",
      "text": "Specifies the reasons for prescribing this component"
    }
  ],
  "dosageInstruction": [
    {
      "site": {
        "coding": [
          {
            "code": "6894000"
          }
        ]
      },
      "route": {
        "coding": [
          {
            "code": "47625008",
            "display": "Intravenous route"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "code": "738990001",
            "display": "Administer (administration method)"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 20,
            "unit": "mg",
            "system": "http://unitsofmeasure.org"
          }
        }
      ]
    }
  ],
  "substitution": {
    "allowedBoolean": false
  }
}