🔬 EMA Health Pathology Implementation Guide
0.0.1 - ci-build

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

: Ejemplo Rol Patología — Patóloga responsable - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "EjemploPatologiaRole",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole EjemploPatologiaRole</b></p><a name=\"EjemploPatologiaRole\"> </a><a name=\"hcEjemploPatologiaRole\"> </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-pathology-role.html\">EMA Pathology Role</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></p><p><b>code</b>: <span title=\"Codes:\">Patólogo responsable</span></p><p><b>specialty</b>: <span title=\"Codes:\">Anatomía patológica</span></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/EjemploPatologiaPractitioner"
  },
  "code" : [
    {
      "text" : "Patólogo responsable"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "display" : "Anatomic pathology service"
        }
      ],
      "text" : "Anatomía patológica"
    }
  ]
}