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 persona femenina, que desempeña el rol de paciente o usuario del sistema de salud (Marcela Valencia Michelsen). - JSON Representation

Raw json | Download

{
  "resourceType" : "Person",
  "id" : "PersonADRES-ejemplo-6d9f20d5",
  "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-6d9f20d5</b></p><a name=\"PersonADRES-ejemplo-6d9f20d5\"> </a><a name=\"hcPersonADRES-ejemplo-6d9f20d5\"> </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/444333222111\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Marcela Valencia Michelsen (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1968-08-03</p><p><b>address</b>: QUIBDÓ CHOCÓ 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-6d9f20d5.html\">Marcela Valencia Michelsen (official) (no stated gender), DoB Unknown ( Person number: 444333222111\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" : "444333222111"
    }
  ],
  "name" : [
    {
      "id" : "OfficialPatientName",
      "use" : "official",
      "family" : "Valencia Michelsen",
      "_family" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionFathersFamilyName",
            "valueString" : "Valencia"
          },
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionMothersFamilyName",
            "valueString" : "Michelsen"
          }
        ]
      },
      "given" : [
        "Marcela"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1968-08-03",
  "address" : [
    {
      "id" : "AffiliationAddress",
      "use" : "billing",
      "city" : "QUIBDÓ",
      "_city" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionDivipolaMunicipality",
            "valueCoding" : {
              "system" : "https://fhir.adres.gov.co/core/CodeSystem/DIVIPOLA",
              "code" : "27001"
            }
          }
        ]
      },
      "state" : "CHOCÓ",
      "_state" : {
        "extension" : [
          {
            "url" : "https://fhir.adres.gov.co/core/StructureDefinition/ExtensionDivipolaDepartment",
            "valueCoding" : {
              "system" : "https://fhir.adres.gov.co/core/CodeSystem/DIVIPOLA",
              "code" : "27"
            }
          }
        ]
      },
      "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-6d9f20d5"
      },
      "assurance" : "level4"
    }
  ]
}