OncoFAIR
0.1.0 - ci-build

OncoFAIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example OncoFAIR MedicationRequest Component - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "Component",
  "meta" : {
    "profile" : [
      🔗 "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-medicationrequest-component"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest Component</b></p><a name=\"Component\"> </a><a name=\"hcComponent\"> </a><a name=\"Component-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-oncofair-medicationrequest-component.html\">OncoFAIR MedicationRequest Component</a></p></div><p><b>OncoFAIRMRExemptLTC</b>: <span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/siph-listeald-oncofair-codesystem ALD1}\">Accident vasculaire cérébral invalidant</span></p><p><b>OncoFAIRMRComponentSolute</b>: false</p><p><b>OncoFAIRMRIsDosageReferent</b>: true</p><p><b>basedOn</b>: <a href=\"MedicationRequest-Element.html\">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 --&gt; 2024-06-01 09:00:00+0000</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem component}\">component</span></td><td><a href=\"Medication-ExampleOncoFAIRMedication.html\">Medication Ibuprofen</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-ExampleOncoFAIRPatient.html\">Anonymous Patient (no stated gender), DoB Unknown ( 123456789)</a></p><p><b>note</b>: Prescribed component wording, Comments associated with the prescribed component, Specifies the reasons for prescribing this component</p><blockquote><p><b>dosageInstruction</b></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>250 mg</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://ltsi.univ-rennes.fr/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://ltsi.univ-rennes.fr/StructureDefinition/oncofair-mr-component-solute",
      "valueBoolean" : false
    },
    {
      "url" : "http://ltsi.univ-rennes.fr/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
  }
}