Guia de Implementação da RNDS
1.0.0 - CI Build
076
Guia de Implementação da RNDS - Local Development build (v1.0.0). See the Directory of published versions
Página de status do padrão: Informative | Nível de maturidade: 1 |
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "BRTipoDocumentoIndividuo-1.0"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-03-12T13:27:33.397+00:00"^^xsd:dateTime ]
];
fhir:Resource.language [ fhir:value "pt-BR"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a> version <code>*</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-HC\">HC</a></td><td>Número do Cartão Nacional de Saúde (CNS)</td><td>Health Card Number</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-RRI\">RRI</a></td><td>Número do Registro Geral (RG)</td><td>Regional registry ID</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-MCT\">MCT</a></td><td>Número da Certidão de Casamento</td><td>A number associated with a document identifying the event of a person's marriage.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-PPN\">PPN</a></td><td>Número do Passaporte</td><td>A unique number assigned to the document affirming that a person is a citizen of the country.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-RN\">RN</a></td><td>Número de inscrição no Conselho Regional de Enfermagem (COREn)</td><td>An identifier that is unique to a registered nurse within the jurisdiction of the licensing board.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-SS\">SS</a></td><td>Número de Identificação Social (NIS/PIS/PASEP)</td><td>Social Security number</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-DL\">DL</a></td><td>Número da Carteira Nacional de Habilitação (CNH)</td><td>Driver's license number</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-BCT\">BCT</a></td><td>Número do Documento de Nascido Vivo (DN/DNV)</td><td>A number associated with a document identifying the event of a person's birth</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-BR\">BR</a></td><td>Número da Certidão de Nascimento</td><td>An identifier unique within the Assigning Authority that is the official legal record of a person's birth.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-IND\">IND</a></td><td>Número da Certidão de Índio</td><td>A number assigned to a member of an indigenous or aboriginal group outside of Canada.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-MI\">MI</a></td><td>Número do Certificado de Reservista</td><td>A number assigned to an individual who has had military duty, but is not currently on active duty. The number is assigned by the DOD or Veterans' Affairs (VA).</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-MD\">MD</a></td><td>Número de inscrição no Conselho Regional de Medicina (CRM)</td><td>An identifier that is unique to a medical doctor within the jurisdiction of a licensing board.</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-DDS\">DDS</a></td><td>Número de inscrição no Conselho Regional Odontologia (CRO)</td><td>An identifier that is unique to a dentist within the jurisdiction of the licensing board</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0203.html#v2-0203-TAX\">TAX</a></td><td>Número de inscrição no Cadastro de Pessoas Físicas (CPF)</td><td>Tax ID number</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-BRTipoIdentificador.html\"><code>https://rnds-fhir.saude.gov.br/CodeSystem/BRTipoIdentificador</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-BRTipoIdentificador.html\"><code>https://rnds-fhir.saude.gov.br/CodeSystem/BRTipoIdentificador</code></a> version <code>*</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-BRTipoIdentificador.html#BRTipoIdentificador-AUTH\">AUTH</a></td><td/></tr></table></li></ul></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.valueInteger [
fhir:value "1"^^xsd:integer;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ];
fhir:Extension.valueCanonical [
fhir:value "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds";
fhir:link <https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds> ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.valueCode [
fhir:value "informative";
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ];
fhir:Extension.valueCanonical [
fhir:value "https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds";
fhir:link <https://rnds-fhir.saude.gov.br/ImplementationGuide/rnds> ] ] ]
];
fhir:ValueSet.url [ fhir:value "https://rnds-fhir.saude.gov.br/ValueSet/BRTipoDocumentoIndividuo-1.0"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "TipoDocumentoIndividuo"];
fhir:ValueSet.title [ fhir:value "Tipo de Documento do Indivíduo"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2020-03-12T13:27:32.6850777+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Ministério da Saúde do Brasil"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://saude.gov.br" ] ]
];
fhir:ValueSet.description [ fhir:value "Classifica o tipo de documento que está sendo utilizado para identificar o indivíduo."];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "076" ] ]
];
fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:ValueSet.compose.include.version [ fhir:value "*" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "HC" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número do Cartão Nacional de Saúde (CNS)" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "RRI" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número do Registro Geral (RG)" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "MCT" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Certidão de Casamento" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "PPN" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número do Passaporte" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "RN" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de inscrição no Conselho Regional de Enfermagem (COREn)" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "SS" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de Identificação Social (NIS/PIS/PASEP)" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DL" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Carteira Nacional de Habilitação (CNH)" ] ], [
fhir:index 7;
fhir:ValueSet.compose.include.concept.code [ fhir:value "BCT" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número do Documento de Nascido Vivo (DN/DNV)" ] ], [
fhir:index 8;
fhir:ValueSet.compose.include.concept.code [ fhir:value "BR" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Certidão de Nascimento" ] ], [
fhir:index 9;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IND" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Certidão de Índio" ] ], [
fhir:index 10;
fhir:ValueSet.compose.include.concept.code [ fhir:value "MI" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número do Certificado de Reservista" ] ], [
fhir:index 11;
fhir:ValueSet.compose.include.concept.code [ fhir:value "MD" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de inscrição no Conselho Regional de Medicina (CRM)" ] ], [
fhir:index 12;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DDS" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de inscrição no Conselho Regional Odontologia (CRO)" ] ], [
fhir:index 13;
fhir:ValueSet.compose.include.concept.code [ fhir:value "TAX" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de inscrição no Cadastro de Pessoas Físicas (CPF)" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "https://rnds-fhir.saude.gov.br/CodeSystem/BRTipoIdentificador" ];
fhir:ValueSet.compose.include.version [ fhir:value "*" ] ];
fhir:ValueSet.compose.exclude [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://rnds-fhir.saude.gov.br/CodeSystem/BRTipoIdentificador" ];
fhir:ValueSet.compose.include.version [ fhir:value "*" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "AUTH" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ Ministério da Saúde do Brasil. Package rnds#1.0.0 based on FHIR 4.0.1. Generated 2022-12-14
Links: Índice |
Relatório de Qualidade