🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Organización — asegurador - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaCoreOrganizationPagador"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization EjemploEmaCoreOrganizationPagador</b></p><a name="EjemploEmaCoreOrganizationPagador"> </a><a name="hcEjemploEmaCoreOrganizationPagador"> </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-ema-core-organization.html">EMA Core Organization</a></p></div><p><b>identifier</b>: <code>https://emahealth.io/fhir/sid/org</code>/ORG-PAY-001</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}">Payer</span></p><p><b>name</b>: Asegurador de Salud EMA</p><p><b>address</b>: Calle Comercio 500 Ciudad XX </p></div>
  </text>
  <identifier>
    <system value="https://emahealth.io/fhir/sid/org"/>
    <value value="ORG-PAY-001"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="pay"/>
    </coding>
  </type>
  <name value="Asegurador de Salud EMA"/>
  <address>
    <line value="Calle Comercio 500"/>
    <city value="Ciudad"/>
    <country value="XX"/>
  </address>
</Organization>