Guía de Implementación CR Base FHIR®, published by Iniciativa HL7® Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions
: Profesional de la Salud - Médico General - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "CRPractitionerPhysician"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner CRPractitionerPhysician</b></p><a name=\"CRPractitionerPhysician\"> </a><a name=\"hcCRPractitionerPhysician\"> </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-cr-core-practitioner.html\">Profesional de la Salud</a></p></div><p><b>identifier</b>: Cédula Nacional/1-1234-5678 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Carlos Alberto Rodríguez García (Official)</p><p><b>telecom</b>: <a href=\"tel:+50687654321\">+506 8765 4321</a>, <a href=\"mailto:carlos.rodriguez@ccss.sa.cr\">carlos.rodriguez@ccss.sa.cr</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1982-06-15</p><p><b>address</b>: Avenida Central 100 San José San José 10100 CR (work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2211}\">Médicos generales</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationCCSS.html\">Organization Caja Costarricense de Seguro Social</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: MED-12345-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2212}\">Médicos especialistas</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationClinicaPrivada.html\">Organization Clínica Privada Vida Salud</a></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type> ] ;
fhir:code [ fhir:v "cedula-nacional" ] ;
fhir:display [ fhir:v "Cédula Nacional" ] ] ) ] ;
fhir:system [
fhir:v "https://hl7.or.cr/fhir/identifier/worker-health-registry"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/identifier/worker-health-registry> ] ;
fhir:value [ fhir:v "1-1234-5678" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Rodríguez García" ] ;
( fhir:given [ fhir:v "Carlos" ] [ fhir:v "Alberto" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+506 8765 4321" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "carlos.rodriguez@ccss.sa.cr" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1982-06-15"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "Avenida Central 100" ] ) ;
fhir:city [ fhir:v "San José" ] ;
fhir:district [ fhir:v "San José" ] ;
fhir:state [ fhir:v "San José" ] ;
fhir:postalCode [ fhir:v "10100" ] ;
fhir:country [ fhir:v "CR" ]
] ) ; #
fhir:qualification ( [
( fhir:identifier [
fhir:value [ fhir:v "MED-12345-CR" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role> ] ;
fhir:code [ fhir:v "2211" ] ;
fhir:display [ fhir:v "Médicos generales" ] ] ) ] ;
fhir:issuer [
fhir:l fhir:Organization/CROrganizationCCSS ;
fhir:reference [ fhir:v "Organization/CROrganizationCCSS" ] ]
] [
( fhir:identifier [
fhir:value [ fhir:v "MED-12345-CR" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role> ] ;
fhir:code [ fhir:v "2212" ] ;
fhir:display [ fhir:v "Médicos especialistas" ] ] ) ] ;
fhir:issuer [
fhir:l fhir:Organization/CROrganizationClinicaPrivada ;
fhir:reference [ fhir:v "Organization/CROrganizationClinicaPrivada" ] ]
] ) . #