Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
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
@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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "69ba81d5-37fe-471e-99d8-e53649ccdeed"] ; #
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: PractitionerRole 69ba81d5-37fe-471e-99d8-e53649ccdeed</b></p><a name=\"69ba81d5-37fe-471e-99d8-e53649ccdeed\"> </a><a name=\"hc69ba81d5-37fe-471e-99d8-e53649ccdeed\"> </a><a name=\"69ba81d5-37fe-471e-99d8-e53649ccdeed-pt-BR\"> </a><p><b>identifier</b>: Número de Registro no Conselho Federal de Medicina/123456-SP (use: official, )</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-10 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>organization</b>: <a href=\"Organization-2b9c99c6-f9c9-42f0-a107-ed5f0d806995.html\">Consultório Médico</a></p><p><b>code</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}\">MEDICO CARDIOLOGISTA</span></p><p><b>specialty</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225120}\">MEDICO CARDIOLOGISTA</span></p><p><b>location</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-58a7b01f-72e8-411a-b1c0-5f7728ab7c51.html\">UBS INDIANOPOLIS SIGMUND FREUD</a></p><p><b>telecom</b>: <a href=\"tel:+552112345-6789\">+55 21 12345-6789</a>, <a href=\"mailto:contact@hospitalexemplo.com\">contact@hospitalexemplo.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>On leave</td><td>2024-01-01 --> 2024-01-10</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:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:period [
fhir:start [ fhir:v "2020-01-10"^^xsd:date ]
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/2b9c99c6-f9c9-42f0-a107-ed5f0d806995" ] ;
fhir:display [ fhir:v "Consultório Médico" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225120" ] ;
fhir:display [ fhir:v "MEDICO CARDIOLOGISTA" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225120" ] ;
fhir:display [ fhir:v "MEDICO CARDIOLOGISTA" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba" ] ;
fhir:display [ fhir:v "Clínica Geral" ]
] ) ; #
fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/58a7b01f-72e8-411a-b1c0-5f7728ab7c51" ] ;
fhir:display [ fhir:v "UBS INDIANOPOLIS SIGMUND FREUD" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55 21 12345-6789" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@hospitalexemplo.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
] ) ; #
fhir:notAvailable ( [
fhir:description [ fhir:v "On leave" ] ;
fhir:during [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-01-10"^^xsd:date ] ]
] ) . #
IG © 2023+ Ministério do Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.0.0 based on FHIR 4.0.1. Generated 2025-02-27
Links: Table of Contents |
QA Report