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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeMedicationRequest
IdMedicationRequest-Component.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 Component

OncoFAIRMRExemptLTC: Accident vasculaire cérébral invalidant

OncoFAIRMRComponentSolute: false

OncoFAIRMRIsDosageReferent: true

basedOn: MedicationRequest: extension = Tablet,true,3,,; identifier = 654321; groupIdentifier = 121212; status = active; intent = proposal; priority = urgent; note = Paracetamol 500mg Tablet,Prescribed for headaches,Administered after meals; effectiveDosePeriod = 2024-06-01 08:00:00+0000 --> 2024-06-01 09:00:00+0000

status: Active

intent: Order

Medications

-ConceptReference
*componentMedication Ibuprofen

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

note: , ,

Prescribed component wording

Comments associated with the prescribed component

Specifies the reasons for prescribing this component

dosageInstruction

DoseAndRates

-Dose[x]
*250 mg

Substitutions

-Allowed[x]
*false

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Component",
  "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-exempt-ltc",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-listeald-oncofair-codesystem",
            "code": "ALD1",
            "display": "Accident vasculaire cérébral invalidant"
          }
        ]
      }
    },
    {
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-component-solute",
      "valueBoolean": false
    },
    {
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-is-dosage-referent",
      "valueBoolean": true
    }
  ],
  "basedOn": [
    {
      "reference": "MedicationRequest/Element"
    }
  ],
  "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/ExampleOncoFAIRMedication"
    }
  },
  "subject": {
    "reference": "Patient/ExampleOncoFAIRPatient"
  },
  "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": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 250,
            "unit": "mg",
            "system": "http://unitsofmeasure.org"
          }
        }
      ]
    }
  ],
  "substitution": {
    "allowedBoolean": false
  }
}