This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: Exemplo de profissional de saúde. - 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 "d3b61455-f432-48f0-b83b-ba825922d735"] ; #
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>Narrativa gerada: Practitioner d3b61455-f432-48f0-b83b-ba825922d735</b></p><a name=\"d3b61455-f432-48f0-b83b-ba825922d735\"> </a><a name=\"hcd3b61455-f432-48f0-b83b-ba825922d735\"> </a><p><b>identifier</b>: Cartão nacional de saúde/123456789101112 (utilização: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Maria Clara Oliveira (Official)</p><p><b>telecom</b>: <a href=\"tel:+552198765-4321\">+55 21 98765-4321</a>, <a href=\"mailto:maria.oliveira@example.com\">maria.oliveira@example.com</a></p><p><b>address</b>: Av. Central, 456, Bairro Centro, Rio de Janeiro, RJ, 20000-000(work)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://terminologia.saude.gov.br/fhir/v1.0.0/NamingSystem-cns.html\" title=\"CARTÃO NACIONAL DE SAÚDE\">NamingSystemCNS</a>/225125789542376</td><td><span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225125}\">MEDICO CLINICO</span></td><td>2010-01-01 --> (em curso)</td><td><a href=\"Organization-1428c345-c221-411f-880f-6fb163817387.html\">Hospital Sírio-Libanês</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
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:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "HC" ] ;
fhir:display [ fhir:v "Health Card Number" ] ] ) ;
fhir:text [ fhir:v "Cartão nacional de saúde" ] ] ;
fhir:system [
fhir:v "https://saude.gov.br/fhir/sid/cns"^^xsd:anyURI ;
fhir:l <https://saude.gov.br/fhir/sid/cns> ] ;
fhir:value [ fhir:v "123456789101112" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Oliveira" ] ;
( fhir:given [ fhir:v "Maria" ] [ fhir:v "Clara" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55 21 98765-4321" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "maria.oliveira@example.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Av. Central, 456, Bairro Centro, Rio de Janeiro, RJ, 20000-000" ] ;
( fhir:line [ fhir:v "Av. Central, 456" ] ) ;
fhir:city [ fhir:v "Rio de Janeiro" ] ;
fhir:state [ fhir:v "RJ" ] ;
fhir:postalCode [ fhir:v "20000-000" ] ;
fhir:country [ fhir:v "Brasil" ]
] ) ; #
fhir:qualification ( [
( fhir:identifier [
fhir:system [
fhir:v "https://saude.gov.br/fhir/sid/cns"^^xsd:anyURI ;
fhir:l <https://saude.gov.br/fhir/sid/cns> ] ;
fhir:value [ fhir:v "225125789542376" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"^^xsd:anyURI ;
fhir:l <https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO> ] ;
fhir:code [ fhir:v "225125" ] ;
fhir:display [ fhir:v "MEDICO CLINICO" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2010-01-01"^^xsd:date ] ] ;
fhir:issuer [
fhir:l fhir:Organization/1428c345-c221-411f-880f-6fb163817387 ;
fhir:reference [ fhir:v "Organization/1428c345-c221-411f-880f-6fb163817387" ] ;
fhir:display [ fhir:v "Hospital Sírio-Libanês" ] ]
] ) . #