FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypePatient
IdPatient-PacienteCl-3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

PABLO RODRIGO PIZARRO (OFFICIAL) male, DoB: 1983-08-04 ( Chile: 15602754-5 (OFFICIAL))


Source1

{
  "resourceType": "Patient",
  "id": "PacienteCl-3",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-07-13T00:22:41.166Z",
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CorePacienteCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "152",
            "display": "Chile"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "152",
                  "display": "Chile"
                }
              ]
            }
          }
        ],
        "coding": [
          {
            "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodigoDNI",
            "code": "NNCHL",
            "display": "Chile"
          }
        ]
      },
      "system": "http://regcivil.cl/Validacion/RUN",
      "value": "15602754-5"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "PIZARRO",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString": "DELGADO"
          }
        ]
      },
      "given": [
        "PABLO",
        "RODRIGO"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "ppizarro.delgado@minsal.cl",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1983-08-04",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "city": "13120",
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodComunasCL",
                  "code": "15101",
                  "display": "Arica"
                }
              ]
            }
          }
        ]
      },
      "district": "131",
      "_district": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodProvinciasCL",
                  "code": "151",
                  "display": "Arica"
                }
              ]
            }
          }
        ]
      },
      "state": "13",
      "_state": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/RegionesCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodRegionCL",
                  "code": "15",
                  "display": "Arica y Parinacota"
                }
              ]
            }
          }
        ]
      },
      "country": "152",
      "_country": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "CL",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}