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

: Patient: Ejemplo de paciente masculino (Nicolás Flaminio Mora Cifuentes). - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientADRES-ejemplo-d82c245c",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.adres.gov.co/core/StructureDefinition/PatientADRES"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Paciente PatientADRES-ejemplo-d82c245c</b></p><a name=\"PatientADRES-ejemplo-d82c245c\"> </a><a name=\"hcPatientADRES-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-PatientADRES.html\">Paciente (Patient) ADRES</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Nicolás Flaminio Mora Cifuentes (official) (no stated gender), DoB Unknown ( Person number: 222333444\u00a0(use:\u00a0official,\u00a0))</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\">PEREIRA RISARALDA Colombia (billing)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-EAPB-ejemplo-70521753.html\">Organization Ecosalud</a></li></ul></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"
    }
  ],
  "active" : true,
  "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"
      ]
    }
  ],
  "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"
            }
          }
        ]
      }
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/EAPB-ejemplo-70521753"
  }
}