Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn PractitionerRole

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="atrius-in-practitionerrole-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-practitionerrole"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole atrius-in-practitionerrole-example</b></p><a name="atrius-in-practitionerrole-example"> </a><a name="hcatrius-in-practitionerrole-example"> </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-atrius-in-practitionerrole.html">Atrius India Core PractitionerRole</a></p></div><p><b>identifier</b>: Registry of Hospitals in Network of Insurance (ROHINI) ID/ROLE-AGH-001 (use: official, )</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-atrius-in-practitioner-example.html">Practitioner Dr. Arjun Mehta(official)</a></p><p><b>organization</b>: <a href="Organization-atrius-in-organization-example.html">Organization AtriusIn General Hospital</a></p><p><b>code</b>: <span title="Codes:">Doctor</span></p><p><b>specialty</b>: <span title="Codes:">Internal medicine</span></p><p><b>telecom</b>: <a href="tel:+91-80-5555-0102">+91-80-5555-0102</a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"/>
        <code value="ROHINI"/>
        <display
                 value="Registry of Hospitals in Network of Insurance (ROHINI) ID"/>
      </coding>
    </type>
    <system value="https://facility.ndhm.gov.in"/>
    <value value="ROLE-AGH-001"/>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2020-01-01"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/atrius-in-practitioner-example"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/atrius-in-organization-example"/>
  </organization>
  <code>
    <text value="Doctor"/>
  </code>
  <specialty>
    <text value="Internal medicine"/>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="+91-80-5555-0102"/>
  </telecom>
</PractitionerRole>