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 Organization — insurer

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="atrius-in-payer-organization-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-organization"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization atrius-in-payer-organization-example</b></p><a name="atrius-in-payer-organization-example"> </a><a name="hcatrius-in-payer-organization-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-organization.html">Atrius India Core Organization</a></p></div><p><b>identifier</b>: Registry of Hospitals in Network of Insurance (ROHINI) ID/EHI-001 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}">Insurance Company</span></p><p><b>name</b>: Example Health Insurance</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="EHI-001"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="ins"/>
      <display value="Insurance Company"/>
    </coding>
  </type>
  <name value="Example Health Insurance"/>
</Organization>