Guía de Implmentación FHIR ADRES (Core)
1.0.0 - ci-build Colombia

Guía de Implmentación FHIR ADRES (Core) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PersonADRES: Ejemplo de paciente masculino, que desempeña el rol de paciente o usuario del sistema de salud (Nicolás Flaminio Mora Cifuentes). - JSON Representation

Raw json | Download

{
  "resourceType" : "Person",
  "id" : "PersonADRES-ejemplo-d82c245c",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.adres.gov.co/core/StructureDefinition/PersonADRES"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Persona PersonADRES-ejemplo-d82c245c</b></p><a name=\"PersonADRES-ejemplo-d82c245c\"> </a><a name=\"hcPersonADRES-ejemplo-d82c245c\"> </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-PersonADRES.html\">Persona (Person) ADRES</a></p></div><p><b>identifier</b>: Person number/222333444\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Nicolás Flaminio Mora Cifuentes (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1973-02-21</p><p><b>address</b>: PEREIRA RISARALDA Colombia (billing)</p><p><b>active</b>: true</p><h3>Links</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Target</b></td><td><b>Assurance</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-PatientADRES-ejemplo-d82c245c.html\">Nicolás Flaminio Mora Cifuentes (official) (no stated gender), DoB Unknown ( Person number: 222333444\u00a0(use:\u00a0official,\u00a0))</a></td><td>Level 4</td></tr></table></div>"
  },
  "identifier" : [
    {
      "id" : "NationalPersonIdentifier-0",
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PN",
            "display" : "Person number"
          },
          {
            "system" : "https://fhir.adres.gov.co/core/CodeSystem/ColombianPersonIdentifier",
            "code" : "CC",
            "display" : "Cedula de Ciudadania"
          }
        ]
      },
      "system" : "https://fhir.adres.gov.co/core/NamingSystem/RNEC",
      "value" : "222333444"
    }
  ],
  "name" : [
    {
      "id" : "OfficialPatientName",
      "use" : "official",
      "family" : "Mora Cifuentes",
      "_family" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionFathersFamilyName",
            "valueString" : "Mora"
          },
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionMothersFamilyName",
            "valueString" : "Cifuentes"
          }
        ]
      },
      "given" : [
        "Nicolás",
        "Flaminio"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1973-02-21",
  "address" : [
    {
      "id" : "AffiliationAddress",
      "use" : "billing",
      "city" : "PEREIRA",
      "_city" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionDivipolaMunicipality",
            "valueCoding" : {
              "system" : "https://fhir.adres.gov.co/core/CodeSystem/DIVIPOLA",
              "code" : "66001"
            }
          }
        ]
      },
      "state" : "RISARALDA",
      "_state" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionDivipolaDepartment",
            "valueCoding" : {
              "system" : "https://fhir.adres.gov.co/core/CodeSystem/DIVIPOLA",
              "code" : "66"
            }
          }
        ]
      },
      "country" : "Colombia",
      "_country" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionCountryCode",
            "valueCoding" : {
              "system" : "https://fhir.adres.gov.co/core/CodeSystem/ISO3166-1",
              "code" : "170"
            }
          }
        ]
      }
    }
  ],
  "active" : true,
  "link" : [
    {
      "target" : {
        🔗 "reference" : "Patient/PatientADRES-ejemplo-d82c245c"
      },
      "assurance" : "level4"
    }
  ]
}