FHIR Core Implementation Guide (CO)
0.1.0 - STU1 Colombia flag

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

: Person: Person type resource - XML Representation

Raw xml | Download


<Person xmlns="http://hl7.org/fhir">
  <id value="c5e77cca-d580-4a74-94f3-6a66545faf46"/>
  <meta>
    <profile value="http://co.fhir.guide/core/StructureDefinition/PersonCO"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Person c5e77cca-d580-4a74-94f3-6a66545faf46</b></p><a name="c5e77cca-d580-4a74-94f3-6a66545faf46"> </a><a name="hcc5e77cca-d580-4a74-94f3-6a66545faf46"> </a><a name="c5e77cca-d580-4a74-94f3-6a66545faf46-es-CO"> </a><p><b>identifier</b>: Person number/324283476 (use: official, period: 2013-04-05 --&gt; (ongoing))</p><p><b>name</b>: Mónica María Mora Jaramillo (Official)</p><p><b>telecom</b>: <a href="tel:+57(300)111-1111">+57(300)111-1111</a>, <a href="mailto:monica.mora@example.com">monica.mora@example.com</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1995-04-05</p><p><b>address</b>: Cl. 6 Sur #15 43a, El Poblado(home)</p><p><b>active</b>: true</p><h3>Links</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Target</b></td></tr><tr><td style="display: none">*</td><td><a href="Patient-92a8e277-af20-4854-a3fb-02cbe9fb8d49.html">Mónica Mora Female, DoB: 1995-04-05 ( Medical record number: HC-324283476 (use: usual, ))</a></td></tr></table></div>
  </text>
  <identifier id="NationalPersonIdentifier-0">
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PN"/>
        <display value="Person number"/>
      </coding>
      <coding>
        <system
                value="http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier"/>
        <code value="CC"/>
        <display value="Cédula ciudadanía"/>
      </coding>
    </type>
    <system value="http://co.fhir.guide/NamingSystem/RNEC"/>
    <value value="324283476"/>
    <period>
      <start value="2013-04-05"/>
    </period>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Mora Jaramillo">
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionFathersFamilyName">
        <valueString value="Mora"/>
      </extension>
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionMothersFamilyName">
        <valueString value="Jaramillo"/>
      </extension>
    </family>
    <given value="Mónica"/>
    <given value="María"/>
  </name>
  <telecom id="TelecomMobile-0">
    <system value="phone"/>
    <value value="+57(300)111-1111"/>
    <use value="mobile"/>
  </telecom>
  <telecom id="TelecomEmail-0">
    <system value="email"/>
    <value value="monica.mora@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1995-04-05"/>
  <address id="HomeAddress-0">
    <use value="home"/>
    <type value="physical"/>
    <text value="Cl. 6 Sur #15 43a, El Poblado"/>
    <city value="Medellín">
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality">
        <valueCoding>
          <system
                  value="http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"/>
          <code value="05001"/>
        </valueCoding>
      </extension>
    </city>
    <district value="comuna 14"/>
    <state value="Antioqia">
      <extension
                 url="http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment">
        <valueCoding>
          <system
                  value="http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"/>
          <code value="05"/>
        </valueCoding>
      </extension>
    </state>
    <postalCode value="050022"/>
    <country value="CO"/>
  </address>
  <active value="true"/>
  <link>
    <target>🔗 
      <reference value="Patient/92a8e277-af20-4854-a3fb-02cbe9fb8d49"/>
    </target>
  </link>
</Person>