Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. 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 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner d3b61455-f432-48f0-b83b-ba825922d735</b></p><a name=\"d3b61455-f432-48f0-b83b-ba825922d735\"> </a><a name=\"hcd3b61455-f432-48f0-b83b-ba825922d735\"> </a><a name=\"d3b61455-f432-48f0-b83b-ba825922d735-pt-BR\"> </a><p><b>identifier</b>: Número de Registro no Conselho Federal de Medicina/123456-SP (use: official, ), Número do Cartão Nacional de Saúde/987654321098765 (use: 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=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem-BRCBO.html 225125}\">Médico Clínico</span></td><td>2010-01-01 --&gt; (ongoing)</td><td><a href=\"Organization-1428c345-c221-411f-880f-6fb163817387.html\">Hospital Sírio-Libanês</a></td></tr></table></div>"
  ] ; # 
  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 "MD" ] ;
fhir:display [ fhir:v "Medical License number" ]       ] ) ;
fhir:text [ fhir:v "Número de Registro no Conselho Federal de Medicina" ]     ] ;
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/crm-sp"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456-SP" ]
  ] [
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 "HC" ] ;
fhir:display [ fhir:v "Health Card Number" ]       ] ) ;
fhir:text [ fhir:v "Número do Cartão Nacional de Saúde" ]     ] ;
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/cns"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654321098765" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  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:value [ fhir:v "225125789542376" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem-BRCBO.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225125" ] ;
fhir:display [ fhir:v "Médico Clínico" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2010-01-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:reference [ fhir:v "Organization/1428c345-c221-411f-880f-6fb163817387" ] ;
fhir:display [ fhir:v "Hospital Sírio-Libanês" ]     ]
  ] ) . #