Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.6 - ci-build Chile flag

This page is part of the Chile Core (v1.8.6: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Recurso de especialidad - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "EspecialidadCL",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreRolClinicoCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"EspecialidadCL\"> </a></p><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\">Resource PractitionerRole &quot;EspecialidadCL&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoreRolClinicoCl.html\">CL RolClinico</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-3240.html\">Practitioner/3240: Johanna Rosa Silva Reyes</a> &quot;&quot;</p><p><b>specialty</b>: Cirujano Cardiovascular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadesDeisCL.html\">Códigos de Especialidades</a>#06)</span>, Médico Cardiólogo <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadesDeisCL.html\">Códigos de Especialidades</a>#03)</span>, Médico internista <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadesDeisCL.html\">Códigos de Especialidades</a>#30)</span></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/3240",
    "display" : "Johanna Rosa Silva Reyes"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL",
          "code" : "06"
        }
      ],
      "text" : "Cirujano Cardiovascular"
    },
    {
      "coding" : [
        {
          "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL",
          "code" : "03"
        }
      ],
      "text" : "Médico Cardiólogo"
    },
    {
      "coding" : [
        {
          "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL",
          "code" : "30"
        }
      ],
      "text" : "Médico internista"
    }
  ]
}