0.1.0 - ci-build

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

: MedicationRequestProfileExample - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="MedicationRequestProfileExample"/>
  <meta>
    <profile
             value="https://shr.tiberbuapps.com/fhir/StructureDefinition/MedicationRequest-ke-Profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest MedicationRequestProfileExample</b></p><a name="MedicationRequestProfileExample"> </a><a name="hcMedicationRequestProfileExample"> </a><a name="MedicationRequestProfileExample-en-US"> </a><p><b>identifier</b>: <code>http://example.org/fhir/medicationrequest</code>/123456 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct inpatient}">Inpatient</span></p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 261000}">Codeine phosphate</span></p><p><b>subject</b>: <a href="Patient-SHAPatientExample.html">Eliud Kipchoge Kiptun Male, DoB: 1984-11-05 ( Unique Patient Identifier: 123456 (use: official, ))</a></p><p><b>authoredOn</b>: 2020-01-01 00:00:00+0000</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 109006}">Anxiety disorder of childhood OR adolescence</span></p><p><b>reasonReference</b>: <a href="Condition-ConditionExample.html">Condition</a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://example.org/fhir/medicationrequest"/>
    <value value="123456"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
    <text value="Inpatient"/>
  </category>
  <priority value="routine"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="261000"/>
      <display value="Codeine phosphate"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/SHAPatientExample"/>
  </subject>
  <authoredOn value="2020-01-01T00:00:00Z"/>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="109006"/>
      <display value="Anxiety disorder of childhood OR adolescence"/>
    </coding>
  </reasonCode>
  <reasonReference>🔗 
    <reference value="Condition/ConditionExample"/>
  </reasonReference>
</MedicationRequest>