🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build
🇵🇪 EMA Health Perú Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "EjemploEmaPractitionerPe",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/pe/StructureDefinition/ema-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploEmaPractitionerPe</b></p><a name=\"EjemploEmaPractitionerPe\"> </a><a name=\"hcEjemploEmaPractitionerPe\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-practitioner.html\">EMA Practitioner (Perú)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-CmpNamingSystem.html\" title=\"Identificador profesional asignado por el Colegio Médico del Perú. Usado en Practitioner.identifier.\">CMP</a>/045821\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Luis Vargas Ríos (Official)</p><p><b>telecom</b>: <a href=\"tel:+5113451234\">+5113451234</a></p><p><b>gender</b>: Male</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 309343006}\">Médico Cirujano</span></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://emahealth.io/fhir/pe/sid/cmp",
"value" : "045821"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Vargas Ríos",
"given" : [
"Luis"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+5113451234"
}
],
"gender" : "male",
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309343006",
"display" : "Physician"
}
],
"text" : "Médico Cirujano"
}
}
]
}