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

FHIR IG analytics

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

Wilmer Andres de Dios Cabrales (OFFICIAL) male, DoB: 1968-11-03 ( Passport number: P3334521.2 (OFFICIAL))


Source1

{
  "resourceType": "Patient",
  "id": "PacienteCL2",
  "meta": {
    "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": "222",
            "display": "El Salvador"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CodigoPaises",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "222",
                  "display": "El Salvador"
                }
              ]
            }
          }
        ],
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN",
            "display": "Passport number"
          }
        ]
      },
      "system": "http://Pasaportes.cl/Validacion/Pass",
      "value": "P3334521.2"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Cabrales",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString": "Rivas"
          }
        ]
      },
      "given": [
        "Wilmer",
        "Andres",
        "de Dios"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "wilCAB12l@wilmermail.com",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1968-11-03",
  "address": [
    {
      "use": "temp",
      "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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}