Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build
Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "ProfesionalPeru",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2023-05-13T22:23:44.162Z",
"profile" : [
🔗 "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PractitionerPe"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ProfesionalPeru</b></p><a name=\"ProfesionalPeru\"> </a><a name=\"hcProfesionalPeru\"> </a><a name=\"ProfesionalPeru-es-PE\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2023-05-13 22:23:44+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerPe.html\">Profesional Perú</a></p></div><p><b>identifier</b>: DNI/12345678</p><p><b>name</b>: Laura Victoria Hernandez </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>53423312</td><td><span title=\"Codes:\">Colegio Médico del Perú</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"extension" : [
{
"url" : "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-pais",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/PaisesCS",
"code" : "PER"
}
]
}
}
],
"coding" : [
{
"system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru",
"code" : "1",
"display" : "DNI"
}
]
},
"value" : "12345678"
}
],
"name" : [
{
"family" : "Hernandez",
"given" : [
"Laura",
"Victoria"
]
}
],
"qualification" : [
{
"identifier" : [
{
"value" : "53423312"
}
],
"code" : {
"coding" : [
{
"code" : "01",
"display" : "Colegio Médico del Perú"
}
]
}
}
]
}