{
  "resourceType" : "Practitioner",
  "id" : "EjemploEmaCorePractitioner",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/core/StructureDefinition/ema-core-practitioner"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploEmaCorePractitioner</b></p><a name=\"EjemploEmaCorePractitioner\"> </a><a name=\"hcEjemploEmaCorePractitioner\"> </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-core-practitioner.html\">EMA Core Practitioner</a></p></div><p><b>identifier</b>: <code>https://emahealth.io/fhir/sid/practitioner</code>/PRAC-118</p><p><b>active</b>: true</p><p><b>name</b>: Andrés Rojas (Official)</p><p><b>telecom</b>: <a href=\"mailto:andres.rojas@ejemplo.org\">andres.rojas@ejemplo.org</a></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:\">Medicina interna</span></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "https://emahealth.io/fhir/sid/practitioner",
    "value" : "PRAC-118"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Rojas",
    "given" : ["Andrés"],
    "prefix" : ["Dr."]
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "andres.rojas@ejemplo.org"
  }],
  "qualification" : [{
    "code" : {
      "text" : "Medicina interna"
    }
  }]
}