Guía de Implementación CR Base FHIR®
0.0.1-ballot - ci-build Costa Rica flag

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 - Enfermera Especialista - TTL Representation

Page standards status: Informative

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 "CRPractitionerNurse"] ; # 
  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 CRPractitionerNurse</b></p><a name=\"CRPractitionerNurse\"> </a><a name=\"hcCRPractitionerNurse\"> </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/3-5678-9012 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: María Elena González Ramírez (Official)</p><p><b>telecom</b>: <a href=\"tel:+50676543210\">+506 7654 3210</a>, <a href=\"mailto:maria.gonzalez@clinicavidasalud.cr\">maria.gonzalez@clinicavidasalud.cr</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1990-03-22</p><p><b>address</b>: Calle 10, Avenida 2 San José San José 10100 CR (work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: ENF-54321-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2221}\">Profesionales de enfermería (generales)</span></p><p><b>issuer</b>: <a href=\"Organization-CROrganizationClinicaPrivada.html\">Organization Clínica Privada Vida Salud</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: ENF-54321-CR</p><p><b>code</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role 2223}\">Profesionales de enfermería especialistas (excluye ginecoobstetricia)</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 "3-5678-9012" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "González Ramírez" ] ;
    ( fhir:given [ fhir:v "María" ] [ fhir:v "Elena" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+506 7654 3210" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "maria.gonzalez@clinicavidasalud.cr" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-03-22"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Calle 10, Avenida 2" ] ) ;
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 "ENF-54321-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 "2221" ] ;
fhir:display [ fhir:v "Profesionales de enfermería (generales)" ]       ] )     ] ;
fhir:issuer [
fhir:l fhir:Organization/CROrganizationClinicaPrivada ;
fhir:reference [ fhir:v "Organization/CROrganizationClinicaPrivada" ]     ]
  ] [
    ( fhir:identifier [
fhir:value [ fhir:v "ENF-54321-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 "2223" ] ;
fhir:display [ fhir:v "Profesionales de enfermería especialistas (excluye ginecoobstetricia)" ]       ] )     ] ;
fhir:issuer [
fhir:l fhir:Organization/CROrganizationClinicaPrivada ;
fhir:reference [ fhir:v "Organization/CROrganizationClinicaPrivada" ]     ]
  ] ) . #