Guía de Implementación CR Base FHIR®
0.0.1-ballot - ci-build Costa Rica flag

Guía de Implementación CR Base FHIR®, published by Iniciativa HL7® Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions

: Profesional de la Salud - Médico General - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="CRPractitionerPhysician"/>
  <meta>
    <profile
             value="https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner CRPractitionerPhysician</b></p><a name="CRPractitionerPhysician"> </a><a name="hcCRPractitionerPhysician"> </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-cr-core-practitioner.html">Profesional de la Salud</a></p></div><p><b>identifier</b>: Cédula Nacional/1-1234-5678 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Carlos Alberto Rodríguez García (Official)</p><p><b>telecom</b>: <a href="tel:+50687654321">+506 8765 4321</a>, <a href="mailto:carlos.rodriguez@ccss.sa.cr">carlos.rodriguez@ccss.sa.cr</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1982-06-15</p><p><b>address</b>: Avenida Central 100 San José San José 10100 CR (work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title="Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2211}">Médicos generales</span></p><p><b>issuer</b>: <a href="Organization-CROrganizationCCSS.html">Organization Caja Costarricense de Seguro Social</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title="Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2212}">Médicos especialistas</span></p><p><b>issuer</b>: <a href="Organization-CROrganizationClinicaPrivada.html">Organization Clínica Privada Vida Salud</a></p></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type"/>
        <code value="cedula-nacional"/>
        <display value="Cédula Nacional"/>
      </coding>
    </type>
    <system value="https://hl7.or.cr/fhir/identifier/worker-health-registry"/>
    <value value="1-1234-5678"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Rodríguez García"/>
    <given value="Carlos"/>
    <given value="Alberto"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+506 8765 4321"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="carlos.rodriguez@ccss.sa.cr"/>
    <use value="work"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1982-06-15"/>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <line value="Avenida Central 100"/>
    <city value="San José"/>
    <district value="San José"/>
    <state value="San José"/>
    <postalCode value="10100"/>
    <country value="CR"/>
  </address>
  <qualification>
    <identifier>
      <value value="MED-12345-CR"/>
    </identifier>
    <code>
      <coding>
        <system
                value="https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role"/>
        <code value="2211"/>
        <display value="Médicos generales"/>
      </coding>
    </code>
    <issuer>🔗 
      <reference value="Organization/CROrganizationCCSS"/>
    </issuer>
  </qualification>
  <qualification>
    <identifier>
      <value value="MED-12345-CR"/>
    </identifier>
    <code>
      <coding>
        <system
                value="https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role"/>
        <code value="2212"/>
        <display value="Médicos especialistas"/>
      </coding>
    </code>
    <issuer>🔗 
      <reference value="Organization/CROrganizationClinicaPrivada"/>
    </issuer>
  </qualification>
</Practitioner>