Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: PractitionerRole Evento de Agendar Apponitment - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "EjemploPractitionerRoleAgendarAPPO",
  "meta" : {
    "profile" : [
      "http://minsal.cl/listaespera/StructureDefinition/PractitionerRoleLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"EjemploPractitionerRoleAgendarAPPO\"> </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;EjemploPractitionerRoleAgendarAPPO&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRoleLE.html\">PractitionerRole LE</a></p></div><p><b>practitioner</b>: <a href=\"Bundle-EjemploBundleAgendar.html#http-//acme.com/ehr/fhir/Practitioner/agendarAtendedor\">http://acme.com/ehr/fhir/Practitioner/agendarAtendedor</a></p><p><b>code</b>: Atendedor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPractitionerTipoRolLE.html\">Rol de médicos</a>#atendedor)</span></p></div>"
  },
  "practitioner" : {
    "reference" : "http://acme.com/ehr/fhir/Practitioner/agendarAtendedor"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://minsal.cl/listaespera/CodeSystem/CSPractitionerTipoRolLE",
          "code" : "atendedor"
        }
      ]
    }
  ]
}