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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "658f7617-e0dd-46f7-a342-8f3b65bc84af"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/PractitionerRoleCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/PractitionerRoleCO> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 (use: official, period: 1999-11-19 --> (ongoing)), Tax ID number/25709065-0 (use: official, period: 2007-09-25 --> (ongoing)), Employee number/25709065 (use: usual, )</p><p><b>active</b>: true</p><p><b>period</b>: 2007-09-25 --> (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>"
] ; #
fhir:identifier ( [
fhir:id [ fhir:v "NationalPersonIdentifier-0" ] ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PN" ] ;
fhir:display [ fhir:v "Person number" ] ] [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Cédula ciudadanía" ] ] ) ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/RNEC"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25709065" ] ;
fhir:period [
fhir:start [ fhir:v "1999-11-19"^^xsd:date ] ]
] [
fhir:id [ fhir:v "TaxIdentifier-0" ] ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAX" ] ;
fhir:display [ fhir:v "Tax ID number" ] ] [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RUT" ] ;
fhir:display [ fhir:v "Registro Único Tributario" ] ] ) ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/DIAN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25709065-0" ] ;
fhir:period [
fhir:start [ fhir:v "2007-09-25"^^xsd:date ] ]
] [
fhir:id [ fhir:v "EmployeeIdentifier-0" ] ;
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EI" ] ;
fhir:display [ fhir:v "Employee number" ] ] ) ] ;
fhir:system [ fhir:v "http://example.com/id-empleado"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25709065" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Hospital General Cental" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:period [
fhir:start [ fhir:v "2007-09-25"^^xsd:date ]
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/REPShealthcarePositions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "041" ] ;
fhir:display [ fhir:v "Médico Especialista - Infectología" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M1304" ] ;
fhir:display [ fhir:v "Enfermedades infecciosas" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/29c2e207-7c1e-4581-8394-c126875aa896" ]
] ) ; #
fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/2d2592ef-7a5e-43ca-8512-06fd9acfd01a" ]
] ) ; #
fhir:telecom ( [
fhir:id [ fhir:v "TelecomMobile-0" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+57(333)444-5555" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:id [ fhir:v "TelecomEmail-0" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gregorio.casas@hospital.example.com" ]
] ) . #
IG © 2024+ HL7 Colombia. Package hl7.fhir.co.core#0.1.0 based on FHIR 4.0.1. Generated 2024-11-19
Links: Table of Contents
|