Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Programador - Papel Profissional - 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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "papel-profissional-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/papel-profissional"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/papel-profissional>     ] )
  ] ; # 
  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 papel-profissional-01</b></p><a name=\"papel-profissional-01\"> </a><a name=\"hcpapel-profissional-01\"> </a><a name=\"papel-profissional-01-pt-BR\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-profissional-01.html\">Practitioner Daniel Nogueira</a></p><p><b>organization</b>: <a href=\"Organization-AMH.html\">Organization Americas Health</a></p><p><b>code</b>: <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO 317110}\">PROGRAMADOR DE SISTEMAS DE INFORMACAO</span></p><p><b>location</b>: <a href=\"Location-local-02.html\">Location Escritório Corporativo Omnisaude</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/profissional-01" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/AMH" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO"^^xsd:anyURI ] ;
fhir:code [ fhir:v "317110" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/local-02" ]
  ] ) . #