FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Patient |
| Id | Patient-PacienteClIpsEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PacienteClIpsEjemplo
Profile: Paciente
Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
| Active: | true | ||
| Alt. Name: | Valentina Ester Henriquez (Official) | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "PacienteClIpsEjemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "152",
"display": "Chile"
}
]
}
}
],
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoDNI",
"code": "NNCHL",
"display": "Chile"
}
]
},
"system": "http://regcivil.cl/Validacion/RUN",
"value": "19.241.323-8"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Henriquez",
"given": [
"Valentina",
"Ester"
]
},
{
"use": "usual",
"given": [
"Vale"
]
}
],
"telecom": [
{
"system": "phone",
"value": "932785678",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1995-05-01",
"address": [
{
"use": "home",
"line": [
"Av. General Vidaurre, casa 84 G"
],
"city": "Santiago Centro",
"_city": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
"code": "13101",
"display": "Santiago Centro"
}
]
}
}
]
},
"state": "Metropolitana de Santiago",
"_state": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
"code": "13",
"display": "Metropolitana de Santiago"
}
]
}
}
]
},
"country": "Chile",
"_country": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "152",
"display": "Chile"
}
]
}
}
]
}
}
]
}