FHIR IG analytics| Package | hl7.fhir.cl.minsal.nid |
| Resource Type | Practitioner |
| Id | Practitioner-EjemploPractiAdmin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practicante / Profesional EjemploPractiAdmin
Profile: Prestador Administrativo
identifier: RUN/90000000-6 (use: official, )
active: true
name: Caludio Parra (Official)
address: null (work)
gender: Male
birthDate: 1980-01-01
| Identifier | Code |
| cert | Secretario |
{
"resourceType": "Practitioner",
"id": "EjemploPractiAdmin",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPractitionerAdministrativo"
]
},
"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/CSTipoIdentificador",
"code": "01",
"display": "RUN"
}
]
},
"value": "90000000-6",
"assigner": {
"display": "Republica de Chile"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Parra",
"_family": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString": "Sandoval"
}
]
},
"given": [
"Caludio"
]
}
],
"address": [
{
"use": "work",
"_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": {
"text": "Secretario"
}
}
]
}