FHIR IG analytics| Package | hl7.fhir.cl.minsal.nid |
| Resource Type | Patient |
| Id | Patient-EjemploPacienteBusqueda.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Paciente EjemploPacienteBusqueda
Profile: MINSAL Paciente Busqueda
Andres Martinez (official) Male, DoB: 1981-11-10 ( RUN: 12216373-3 (use: official, ))
| Active: | true | ||
| Contact Detail | +5694332547 | ||
{
"resourceType": "Patient",
"id": "EjemploPacienteBusqueda",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPacienteBusqueda"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoIdentificador",
"code": "1",
"display": "RUN"
}
]
},
"value": "12216373-3"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Martinez",
"given": [
"Andres"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+5694332547"
}
],
"gender": "male",
"birthDate": "1981-11-10"
}