FHIR IG analytics| Package | hl7.fhir.cl.minsal.tei |
| Resource Type | Practitioner |
| Id | Practitioner-PractitionerProfesionalLEEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practicante / Profesional PractitionerProfesionalLEEjemplo
Profile: Prestador Profesional LE
identifier: Rol Único Nacional/90000000-6 (use: official, ), Registro Nacional de Prestadores Individuales/9999999 (use: secondary, )
active: true
name: Víctor Gonzalez
address: Dirección falsa 123,depto 1202 null (work)
gender: Male
birthDate: 1980-01-01
| Identifier | Code | Period | Issuer |
| cert | MÉDICO CIRUJANO | 2007-11-01 --> (ongoing) | Universidad de Chile |
{
"resourceType": "Practitioner",
"id": "PractitionerProfesionalLEEjemplo",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerProfesionalLE"
]
},
"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"
}
],
"text": "Rol Único Nacional"
},
"value": "90000000-6",
"assigner": {
"display": "Republica de Chile"
}
},
{
"use": "secondary",
"type": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code": "13",
"display": "RNPI"
}
],
"text": "Registro Nacional de Prestadores Individuales"
},
"value": "9999999",
"assigner": {
"display": "Intendencia de prestadores individuales - Superintendencia de Salud"
}
}
],
"active": true,
"name": [
{
"family": "Gonzalez",
"_family": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString": "Torres"
}
]
},
"given": [
"Víctor"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "work",
"line": [
"Dirección falsa 123,depto 1202"
],
"_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"
}
]
}
}
]
}
}
],
"gender": "male",
"birthDate": "1980-01-01",
"qualification": [
{
"identifier": [
{
"value": "cert"
}
],
"code": {
"coding": [
{
"system": "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional",
"code": "1",
"display": "MÉDICO CIRUJANO"
}
],
"text": "MÉDICO CIRUJANO"
},
"period": {
"start": "2007-11-01"
},
"issuer": {
"display": "Universidad de Chile"
}
}
]
}