<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PatientExample001 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample001"/>
  <meta>
    <profile value="https://fhir.medicaia.ar/StructureDefinition/PatientMED"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample001</b></p><a name="PatientExample001"> </a><a name="hcPatientExample001"> </a><a name="PatientExample001-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</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="Other Id (see the one above)">Other Id:</td><td colspan="3">Medical record number/MED12345678</td></tr></table></div>
  </text>
  <identifier id="NationalPersonIdentifier-0">
    <type>
      <coding>
        <system
                value="https://fhir.medicaia.ar/CodeSystem/PersonIdentifierCS"/>
        <code value="DNI"/>
        <display value="DOCUMENTO NACIONAL DE IDENTIDAD"/>
      </coding>
    </type>
    <system value="https://renaper.gob.ar/DNI"/>
    <value value="99.999.998"/>
  </identifier>
  <identifier id="MedicalRecordNumber-0">
    <type>
      <coding>
        <system value="https://fhir.medicaia.ar/CodeSystem/IdentifierTypeCS"/>
        <code value="MR"/>
        <display value="Medical record number"/>
      </coding>
    </type>
    <system value="https://medicaia.ar/MRN"/>
    <value value="MED12345678"/>
    <assigner>🔗 
      <reference value="Organization/OrganizationExample001"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Juan Domingo Perez Garcia"/>
    <family value="PEREZ GARCIA">
      <extension
                 url="https://fhir.medicaia.ar/StructureDefinition/Extension-FathersFamilyName">
        <valueString value="PEREZ"/>
      </extension>
      <extension
                 url="https://fhir.medicaia.ar/StructureDefinition/Extension-MothersFamilyName">
        <valueString value="GARCIA"/>
      </extension>
    </family>
    <given value="JUAN DOMINGO"/>
  </name>
  <gender value="male"/>
  <birthDate value="1998-08-08"/>
</Patient>