Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hospitalización - Rol Profesional de la Salud - JSON Representation

Raw json | Descargar

{
  "resourceType" : "PractitionerRole",
  "id" : "Example-PractitionerRole-hosp-4d6a5f6d1fe7",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePractitionerRoleHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Example-PractitionerRole-hosp-4d6a5f6d1fe7</b></p><a name=\"Example-PractitionerRole-hosp-4d6a5f6d1fe7\"> </a><a name=\"hcExample-PractitionerRole-hosp-4d6a5f6d1fe7\"> </a><a name=\"Example-PractitionerRole-hosp-4d6a5f6d1fe7-es-ES\"> </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-ProfilePractitionerRoleHCEU.html\">HCEU - PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-Practitioner-hosp-563d2c3a54fe.html\">Dr. Daniel Hernán Andrade Fernández</a></p><p><b>organization</b>: <a href=\"Organization-Example-Prestador-Organization-5e2803024bcd.html\">CLINICA IPS ATENCION SALUD</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 304292004}\">Médico cirujano</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-Example-HealthcareService-hosp-3a3b9dc8d8e6.html\">HealthcareService Hospitalización Quirúrgica Programada</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/Example-Practitioner-hosp-563d2c3a54fe",
    "display" : "Dr. Daniel Hernán Andrade Fernández"
  },
  "organization" : {
    🔗 "reference" : "Organization/Example-Prestador-Organization-5e2803024bcd",
    "display" : "CLINICA IPS ATENCION SALUD"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "304292004",
          "display" : "Surgeons"
        }
      ],
      "text" : "Médico cirujano"
    }
  ],
  "healthcareService" : [
    {
      🔗 "reference" : "HealthcareService/Example-HealthcareService-hosp-3a3b9dc8d8e6"
    }
  ]
}