🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build

🇵🇪 EMA Health Perú Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Organización (Perú) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaOrganizationPe"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/pe/StructureDefinition/ema-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization EjemploEmaOrganizationPe</b></p><a name="EjemploEmaOrganizationPe"> </a><a name="hcEjemploEmaOrganizationPe"> </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-organization.html">EMA Organization (Perú)</a></p></div><p><b>identifier</b>: <a href="NamingSystem-RucNamingSystem.html" title="Registro Único de Contribuyentes. 11 dígitos. Usado en Organization.identifier.">RUC</a>/20512345678</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Clínica San Borja S.A.C.</p><p><b>telecom</b>: <a href="tel:+5114757000">+5114757000</a></p><p><b>address</b>: Av. Guardia Civil 337 Lima Lima 15037 PE (work)</p></div>
  </text>
  <identifier>
    <system value="https://emahealth.io/fhir/pe/sid/ruc"/>
    <value value="20512345678"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Clínica San Borja S.A.C."/>
  <telecom>
    <system value="phone"/>
    <value value="+5114757000"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="Av. Guardia Civil 337"/>
    <city value="Lima"/>
    <district value="San Borja"/>
    <state value="Lima"/>
    <postalCode value="15037"/>
    <country value="PE"/>
  </address>
</Organization>