🇲🇽 EMA Health México Implementation Guide
0.1.0 - ci-build

🇲🇽 EMA Health México Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Médico (México) - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "EjemploEmaPractitionerMx",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/mx/StructureDefinition/ema-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploEmaPractitionerMx</b></p><a name=\"EjemploEmaPractitionerMx\"> </a><a name=\"hcEjemploEmaPractitionerMx\"> </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 (México)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-CedulaProfesionalNamingSystem.html\" title=\"Identificador profesional asignado por DGP/SEP a profesionales con título registrado.\nUsado en Practitioner.identifier.\">CedulaProfesional</a>/12345678\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Alejandra Ramírez Torres (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1982-09-05</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://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Médica Cirujana, especialidad en Medicina Interna</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://emahealth.io/fhir/mx/sid/cedula-profesional",
      "value" : "12345678"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Ramírez Torres",
      "given" : [
        "Alejandra"
      ],
      "prefix" : [
        "Dra."
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1982-09-05",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ],
        "text" : "Médica Cirujana, especialidad en Medicina Interna"
      }
    }
  ]
}