EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

EMA Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Rol Clínico - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "EjemploEmaPractitionerRole",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RolProfesional EjemploEmaPractitionerRole</b></p><a name=\"EjemploEmaPractitionerRole\"> </a><a name=\"hcEjemploEmaPractitionerRole\"> </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-role.html\">EMA PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-EjemploEmaPractitioner.html\">Practitioner Carlos Muñoz (official)</a></p><p><b>organization</b>: <a href=\"Organization-EjemploEmaOrganization.html\">Organization Centro Médico EMA</a></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394802001}\">Medicina General</span></p><p><b>location</b>: <a href=\"Location-EjemploEmaLocation.html\">Location Consulta 3</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/EjemploEmaPractitioner"
  },
  "organization" : {
    🔗 "reference" : "Organization/EjemploEmaOrganization"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394802001",
          "display" : "General medicine"
        }
      ],
      "text" : "Medicina General"
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/EjemploEmaLocation"
    }
  ]
}