FHIR Core Implementation Guide (CO)
0.1.0 - STU1 Colombia flag

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

: PractitionerRole: Healthcare professional in the role of an employee of a Care Delivery Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "658f7617-e0dd-46f7-a342-8f3b65bc84af",
  "meta" : {
    "profile" : [
      🔗 "http://co.fhir.guide/core/StructureDefinition/PractitionerRoleCO"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 658f7617-e0dd-46f7-a342-8f3b65bc84af</b></p><a name=\"658f7617-e0dd-46f7-a342-8f3b65bc84af\"> </a><a name=\"hc658f7617-e0dd-46f7-a342-8f3b65bc84af\"> </a><a name=\"658f7617-e0dd-46f7-a342-8f3b65bc84af-es-CO\"> </a><p><b>identifier</b>: Person number/25709065\u00a0(use:\u00a0official,\u00a0period:\u00a01999-11-19 --&gt; (ongoing)), Tax ID number/25709065-0\u00a0(use:\u00a0official,\u00a0period:\u00a02007-09-25 --&gt; (ongoing)), Employee number/25709065\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>period</b>: 2007-09-25 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a.html\">Practitioner Gregorio José Casas Hernandez (official)</a></p><p><b>organization</b>: <a href=\"Organization-3565ccc1-95b4-47ef-8cc9-5652dba007e6.html\">Organization HOSPITAL GENERAL CENTRAL</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/REPShealthcarePositions 041}\">Médico Especialista - Infectología</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification M1304}\">Enfermedades infecciosas</span></p><p><b>location</b>: <a href=\"Location-29c2e207-7c1e-4581-8394-c126875aa896.html\">Location SEDE PRINCIPAL</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-2d2592ef-7a5e-43ca-8512-06fd9acfd01a.html\">HealthcareService Servicio de Infectología</a></p><p><b>telecom</b>: <a href=\"tel:+57(333)444-5555\">+57(333)444-5555</a>, <a href=\"mailto:gregorio.casas@hospital.example.com\">gregorio.casas@hospital.example.com</a></p></div>"
  },
  "identifier" : [
    {
      "id" : "NationalPersonIdentifier-0",
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PN",
            "display" : "Person number"
          },
          {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier",
            "code" : "CC",
            "display" : "Cédula ciudadanía"
          }
        ]
      },
      "system" : "http://co.fhir.guide/NamingSystem/RNEC",
      "value" : "25709065",
      "period" : {
        "start" : "1999-11-19"
      }
    },
    {
      "id" : "TaxIdentifier-0",
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX",
            "display" : "Tax ID number"
          },
          {
            "system" : "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier",
            "code" : "RUT",
            "display" : "Registro Único Tributario"
          }
        ]
      },
      "system" : "http://co.fhir.guide/NamingSystem/DIAN",
      "value" : "25709065-0",
      "period" : {
        "start" : "2007-09-25"
      }
    },
    {
      "id" : "EmployeeIdentifier-0",
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "EI",
            "display" : "Employee number"
          }
        ]
      },
      "system" : "http://example.com/id-empleado",
      "value" : "25709065",
      "assigner" : {
        🔗 "reference" : "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6",
        "type" : "Organization",
        "display" : "Hospital General Cental"
      }
    }
  ],
  "active" : true,
  "period" : {
    "start" : "2007-09-25"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a"
  },
  "organization" : {
    🔗 "reference" : "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/REPShealthcarePositions",
          "code" : "041",
          "display" : "Médico Especialista - Infectología"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification",
          "code" : "M1304",
          "display" : "Enfermedades infecciosas"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/29c2e207-7c1e-4581-8394-c126875aa896"
    }
  ],
  "healthcareService" : [
    {
      🔗 "reference" : "HealthcareService/2d2592ef-7a5e-43ca-8512-06fd9acfd01a"
    }
  ],
  "telecom" : [
    {
      "id" : "TelecomMobile-0",
      "system" : "phone",
      "value" : "+57(333)444-5555",
      "use" : "mobile"
    },
    {
      "id" : "TelecomEmail-0",
      "system" : "email",
      "value" : "gregorio.casas@hospital.example.com"
    }
  ]
}