Publication Build: This will be filled in by the publication tooling
: Exemplo de paciente. - 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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Paciente a ser enriquecido pelo CADSUS</div>"
] ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] ) ;
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678901" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "A ser enriquecido pelo CADSUS" ]
] ) ; #
fhir:birthDate [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] )
] . #