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 Practitioner

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="atrius-in-practitioner-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-practitioner"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner atrius-in-practitioner-example</b></p><a name="atrius-in-practitioner-example"> </a><a name="hcatrius-in-practitioner-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-practitioner.html">Atrius India Core Practitioner</a></p></div><p><b>identifier</b>: Healthcare Professional ID (HPID)/HPR-9876543210 (use: official, )</p><p><b>name</b>: Dr. Arjun Mehta(Official)</p><p><b>telecom</b>: <a href="tel:+91-80-5555-0101">+91-80-5555-0101</a></p><p><b>gender</b>: Male</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"/>
        <code value="HPID"/>
        <display value="Healthcare Professional ID (HPID)"/>
      </coding>
    </type>
    <system value="https://healthid.ndhm.gov.in"/>
    <value value="HPR-9876543210"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="Dr. Arjun Mehta"/>
    <family value="Mehta"/>
    <given value="Arjun"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+91-80-5555-0101"/>
  </telecom>
  <gender value="male"/>
</Practitioner>