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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/PractitionerCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/PractitionerCO> ] )
] ; #
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: Practitioner feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a</b></p><a name=\"feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a\"> </a><a name=\"hcfeb1e63b-d4ed-4b53-9d1f-8d9efa339b0a\"> </a><a name=\"feb1e63b-d4ed-4b53-9d1f-8d9efa339b0a-es-CO\"> </a><p><b>identifier</b>: Person number/25709065 (use: official, period: 1999-11-19 --> (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Gregorio José Casas Hernandez (Official)</p><p><b>telecom</b>: <a href=\"tel:+57(333)222-1111\">+57(333)222-1111</a>, <a href=\"mailto:gregorio.casas@example.com\">gregorio.casas@example.com</a></p><p><b>address</b>: Cl. 7 #40 00, Chapinero(work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1982-11-19</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: License number/25709065 (use: official, )</p><p><b>code</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification 003}\">Medicina</span></p><p><b>period</b>: 2007-09-23 --> (ongoing)</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: License number/25709065 (use: official, )</p><p><b>code</b>: <span title=\"Codes:{http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification M1304}\">Enfermedades infecciosas</span></p><p><b>period</b>: 2013-02-14 --> (ongoing)</p></blockquote></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:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Casas Hernandez" ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionFathersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mora" ] ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionMothersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Jaramillo" ] ] ) ] ;
( fhir:given [ fhir:v "Gregorio" ] [ fhir:v "José" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] ) ;
( fhir:suffix [ fhir:v "MD" ] )
] ) ; #
fhir:telecom ( [
fhir:id [ fhir:v "TelecomMobile-0" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+57(333)222-1111" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:id [ fhir:v "TelecomEmail-0" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gregorio.casas@example.com" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Cl. 7 #40 00, Chapinero" ] ;
fhir:city [
fhir:v "Bogotá D.C." ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11001" ] ] ] ) ] ;
fhir:district [ fhir:v "Chapinero" ] ;
fhir:state [
fhir:v "Bogotá D.C." ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ] ] ) ] ;
fhir:postalCode [ fhir:v "11001" ] ;
fhir:country [ fhir:v "CO" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1982-11-19"^^xsd:date] ; #
fhir:qualification ( [
( fhir:identifier [
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 "LN" ] ;
fhir:display [ fhir:v "License number" ] ] ) ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/RETHUS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25709065" ] ;
fhir:assigner [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "MinSalud" ] ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/RETHUSqualification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "003" ] ;
fhir:display [ fhir:v "Medicina" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2007-09-23"^^xsd:date ] ]
] [
( fhir:identifier [
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 "LN" ] ;
fhir:display [ fhir:v "License number" ] ] ) ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/RETHUS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25709065" ] ;
fhir:assigner [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "MinSalud" ] ] ] ) ;
fhir:code [
( 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:period [
fhir:start [ fhir:v "2013-02-14"^^xsd:date ] ]
] ) . #
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
|