PrescricaoMedicamento - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: 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 "profissional-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/prescricaomedicamento/StructureDefinition/profissional"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/prescricaomedicamento/StructureDefinition/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: Practitioner profissional-01</b></p><a name=\"profissional-01\"> </a><a name=\"hcprofissional-01\"> </a><a name=\"profissional-01-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/cpf</code>/123456789012345</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/cpf"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789012345" ]
] ) . #