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

: Paciente con Dirección - XML Representation

Page standards status: Informative

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="CRPatientWithAddress"/>
  <meta>
    <profile
             value="https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient CRPatientWithAddress</b></p><a name="CRPatientWithAddress"> </a><a name="hcCRPatientWithAddress"> </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-patient.html">Paciente</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Francisco Xavier Sánchez Rojas (official) Male, DoB: 1982-06-18 ( Cédula Nacional: 6-9876-5432 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Calle Principal 1234 Apartado 567 San José San José 10101 Costa Rica (home)</td></tr></table></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/client-registry"/>
    <value value="6-9876-5432"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Sánchez Rojas"/>
    <given value="Francisco"/>
    <given value="Xavier"/>
  </name>
  <gender value="male"/>
  <birthDate value="1982-06-18"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <line value="Calle Principal 1234"/>
    <line value="Apartado 567"/>
    <city value="San José">
      <extension
                 url="https://hl7.or.cr/fhir/core/StructureDefinition/cr-city-ext">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7.or.cr/fhir/terminology/CodeSystem/city-codes"/>
            <code value="101"/>
            <display value="San José"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </city>
    <district value="San José">
      <extension
                 url="https://hl7.or.cr/fhir/core/StructureDefinition/cr-district-ext">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7.or.cr/fhir/terminology/CodeSystem/district-codes"/>
            <code value="10101"/>
            <display value="Carmen"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </district>
    <state value="San José">
      <extension
                 url="https://hl7.or.cr/fhir/core/StructureDefinition/cr-state-ext">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://hl7.or.cr/fhir/terminology/CodeSystem/province-codes"/>
            <code value="CR-SJ"/>
            <display value="San José"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </state>
    <postalCode value="10101"/>
    <country value="Costa Rica">
      <extension
                 url="https://hl7.or.cr/fhir/core/StructureDefinition/cr-country-ext">
        <valueCodeableConcept>
          <coding>
            <system value="urn:iso:std:iso:3166"/>
            <code value="CRI"/>
            <display value="Costa Rica"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </country>
  </address>
</Patient>