Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1
This page is part of the Core do Brasil (v1.1.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 -------------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/f48ffa19-7af8-4377-aab8-2c98ca1ce07b> a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "f48ffa19-7af8-4377-aab8-2c98ca1ce07b"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: RelatedPerson f48ffa19-7af8-4377-aab8-2c98ca1ce07b</b></p><a name=\"f48ffa19-7af8-4377-aab8-2c98ca1ce07b\"> </a><a name=\"hcf48ffa19-7af8-4377-aab8-2c98ca1ce07b\"> </a><p><b>identifier</b>: <a href=\"https://terminologia.saude.gov.br/fhir/NamingSystem-cns.html\" title=\"CARTÃO NACIONAL DE SAÚDE\">NamingSystemCNS</a>/123456789012345 (utilização: official, )</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">José da Silva</a></p><p><b>relationship</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SPS}\">Cônjuge</span></p><p><b>name</b>: Maria de Souza(Official)</p><p><b>telecom</b>: <a href=\"tel:+55-11-98765-4321\">+55-11-98765-4321</a>, <a href=\"mailto:maria.souza@example.com\">maria.souza@example.com</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-06-15</p><p><b>address</b>: Rua das Flores, 123 São Paulo SP 01234-567 BR (home)</p><h3>Communications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{urn:ietf:bcp:47 pt-BR}\">Portuguese (Brazil)</span></td><td>true</td></tr></table></div>"
] ;
fhir:RelatedPerson.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://saude.gov.br/fhir/sid/cns" ] ;
fhir:Identifier.value [ fhir:value "123456789012345" ]
] ;
fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean] ;
fhir:RelatedPerson.patient [
fhir:link <http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
fhir:Reference.reference [ fhir:value "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
fhir:Reference.display [ fhir:value "José da Silva" ]
] ;
fhir:RelatedPerson.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "SPS" ] ;
fhir:Coding.display [ fhir:value "Spouse" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Cônjuge" ]
] ;
fhir:RelatedPerson.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Maria de Souza" ] ;
fhir:HumanName.family [ fhir:value "Souza" ] ;
fhir:HumanName.given [
fhir:value "Maria" ;
fhir:index 0
]
] ;
fhir:RelatedPerson.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+55-11-98765-4321" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "maria.souza@example.com" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
] ;
fhir:RelatedPerson.gender [ fhir:value "female"] ;
fhir:RelatedPerson.birthDate [ fhir:value "1985-06-15"^^xsd:date] ;
fhir:RelatedPerson.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.type [ fhir:value "both" ] ;
fhir:Address.line [
fhir:value "Rua das Flores, 123" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "São Paulo" ] ;
fhir:Address.district [ fhir:value "Jardim Paulista" ] ;
fhir:Address.state [ fhir:value "SP" ] ;
fhir:Address.postalCode [ fhir:value "01234-567" ] ;
fhir:Address.country [ fhir:value "BR" ]
] ;
fhir:RelatedPerson.communication [
fhir:index 0 ;
fhir:RelatedPerson.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "pt-BR" ] ;
fhir:Coding.display [ fhir:value "Portuguese (Brazil)" ]
]
] ;
fhir:RelatedPerson.communication.preferred [ fhir:value "true"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/f48ffa19-7af8-4377-aab8-2c98ca1ce07b.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/RelatedPerson/f48ffa19-7af8-4377-aab8-2c98ca1ce07b.ttl> .
IG © 2023+ Ministério da Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.1.0 based on FHIR 4.0.1. Generated 2026-08-22
Links: Table of Contents |
QA Report