Kenya-ePrescription-IG
0.1.0 - ci-build

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

: Example PractitionerRole - ePrescription - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="prrole-12345"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-practitionerrole"/>
    <profile
             value="http://example.org/fhir/StructureDefinition/kenya-eprescription-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole prrole-12345</b></p><a name="prrole-12345"> </a><a name="hcprrole-12345"> </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">Profiles: <a href="StructureDefinition-kenya-eprescription-practitionerrole.html">PractitionerRole - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-practitionerrole</code></p></div><p><b>identifier</b>: <code>http://mohkenya.org/practitionerrole-ids</code>/PR-001</p><p><b>active</b>: true</p><p><b>period</b>: 2024-01-01 --&gt; 2025-01-01</p><p><b>practitioner</b>: <code>KenyaEPrescriptionPractitioner/example-practitioner</code></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 309343006}">Physician</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394579002}">Cardiology</span></p></div>
  </text>
  <identifier>
    <system value="http://mohkenya.org/practitionerrole-ids"/>
    <value value="PR-001"/>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2024-01-01"/>
    <end value="2025-01-01"/>
  </period>
  <practitioner>
    <reference value="KenyaEPrescriptionPractitioner/example-practitioner"/>
  </practitioner>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="309343006"/>
      <display value="Physician"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394579002"/>
      <display value="Cardiology"/>
    </coding>
  </specialty>
</PractitionerRole>