FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Practitioner |
| Id | Practitioner-PrestadorMedInternaClIpsEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner PrestadorMedInternaClIpsEjemplo
Profile: Prestador Individual
identifier: RUN/17435678-2 (use: official, )
name: Nicolás Bastian Figueroa (Official)
telecom: DrNicolasB@hotmail.com
qualification
identifier: esp
code: Medicina Interna
qualification
identifier: subesp
code: Cirugía cardiovascular
{
"resourceType": "Practitioner",
"id": "PrestadorMedInternaClIpsEjemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Prestador-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code": "01",
"display": "RUN"
}
]
},
"value": "17435678-2"
}
],
"name": [
{
"use": "official",
"family": "Figueroa",
"given": [
"Nicolás",
"Bastian"
]
}
],
"telecom": [
{
"system": "email",
"value": "DrNicolasB@hotmail.com",
"use": "work"
}
],
"qualification": [
{
"identifier": [
{
"value": "esp"
}
],
"code": {
"text": "Medicina Interna"
}
},
{
"identifier": [
{
"value": "subesp"
}
],
"code": {
"text": "Cirugía cardiovascular"
}
}
]
}