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

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypePatient
IdPatient-PacienteCl-4.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

JuanJo male, DoB: 1980-08-04 ( Passport Number: P102145874 (OFFICIAL))


Source1

{
  "resourceType": "Patient",
  "id": "PacienteCl-4",
  "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": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN",
            "display": "Passport Number"
          }
        ]
      },
      "system": "http://regcivil.cl/Validacion/Passport",
      "value": "P102145874"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Ortega",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString": "Callejas"
          }
        ]
      },
      "given": [
        "Juan",
        "José"
      ]
    },
    {
      "use": "usual",
      "given": [
        "JuanJo"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "juan@jo.cl",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1980-08-04",
  "address": [
    {
      "use": "home",
      "line": [
        "Calle 4 Norte, 52, pieza 802"
      ],
      "_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": {
        "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": {
        "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": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "CL",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "tutId",
              "valueIdentifier": {
                "type": {
                  "coding": [
                    {
                      "system": "https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSCodigoDNI",
                      "code": "NNCHL",
                      "display": "Chile"
                    }
                  ]
                },
                "system": "http://regcivil.cl/Validacion/RUN",
                "value": "8987321-7"
              }
            },
            {
              "url": "docProc",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "urn:iso:std:iso:3166",
                    "code": "152",
                    "display": "Chile"
                  }
                ]
              }
            }
          ],
          "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/IdContacto"
        }
      ],
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "family": "Calleja",
        "_family": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
              "valueString": "Morales"
            }
          ]
        },
        "given": [
          "Juana",
          "Josefa"
        ]
      }
    }
  ]
}