FHIR IG analytics| Package | hl7.fhir.cl.minsal.r2bo |
| Resource Type | Practitioner |
| Id | Practitioner-profesional-hospital-collector.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner profesional-hospital-collector
Profile: Prestador Profesional
identifier: RUN/5135329-3 (use: official, )
name: Juan Perez
birthDate: 1991-05-18
| Identifier | Code |
| cert | MÉDICO CIRUJANO |
{
"resourceType": "Practitioner",
"id": "profesional-hospital-collector",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPrestadorProfesional"
]
},
"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": "5135329-3"
}
],
"name": [
{
"family": "Perez",
"_family": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString": "Perez"
}
]
},
"given": [
"Juan"
]
}
],
"birthDate": "1991-05-18",
"qualification": [
{
"identifier": [
{
"value": "cert"
}
],
"code": {
"coding": [
{
"system": "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTituloProfesional",
"code": "1",
"display": "MÉDICO CIRUJANO"
}
],
"text": "MÉDICO CIRUJANO"
}
}
]
}