Guia de Implementação do AnHealth
0.2.0 - CI Build
Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions
| Draft as of 2021-11-30 |
@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 "IdentifierTypePerson"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IdentifierType.html\"><code>https://ancode.app/fhir/CodeSystem/IdentifierType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CPF\">CPF</a></td><td>CPF</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CNS\">CNS</a></td><td>Cartão Nacional de Saúde</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-RG\">RG</a></td><td>Registro Geral</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CNH\">CNH</a></td><td>Carteira Nacional de Habilitação</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-INSS\">INSS</a></td><td>Instituto Nacional do Seguro Social</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-PISPASEP\">PISPASEP</a></td><td>Programa de Integração Social/Programa de Formação do Patrimônio do Servidor Público</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-NIT\">NIT</a></td><td>Número de Registro do Trabalhador</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-PPN\">PPN</a></td><td>Passaporte</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-FACERECOGNITION\">FACERECOGNITION</a></td><td>Face Recognition</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-AUTHID\">AUTHID</a></td><td>AUTH ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-AUTHLOGIN\">AUTHLOGIN</a></td><td>AUTH Login</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDMIL\">IDMIL</a></td><td>Número da Identidade Militar</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDFUNC\">IDFUNC</a></td><td>Número da Identidade Funcional</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDENTIFIER\">IDENTIFIER</a></td><td>Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-LEGACY\">LEGACY</a></td><td>Legacy System ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-OTHER\">OTHER</a></td><td>Other Identifier</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://ancode.app/fhir/ValueSet/IdentifierTypePerson"];
fhir:ValueSet.version [ fhir:value "0.2.0"];
fhir:ValueSet.name [ fhir:value "IdentifierTypePerson"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2021-11-30"^^xsd:date];
fhir:ValueSet.publisher [ fhir:value "Ancode"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://ancode.app" ] ]
];
fhir:ValueSet.description [ fhir:value "Identifier Type Person"];
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 "https://ancode.app/fhir/CodeSystem/IdentifierType" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "CPF" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "CPF" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "CNS" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Cartão Nacional de Saúde" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "RG" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Registro Geral" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "CNH" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Carteira Nacional de Habilitação" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "INSS" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Instituto Nacional do Seguro Social" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "PISPASEP" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Programa de Integração Social/Programa de Formação do Patrimônio do Servidor Público" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "NIT" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de Registro do Trabalhador" ] ], [
fhir:index 7;
fhir:ValueSet.compose.include.concept.code [ fhir:value "PPN" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Passaporte" ] ], [
fhir:index 8;
fhir:ValueSet.compose.include.concept.code [ fhir:value "FACERECOGNITION" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Face Recognition" ] ], [
fhir:index 9;
fhir:ValueSet.compose.include.concept.code [ fhir:value "AUTHID" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "AUTH ID" ] ], [
fhir:index 10;
fhir:ValueSet.compose.include.concept.code [ fhir:value "AUTHLOGIN" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "AUTH Login" ] ], [
fhir:index 11;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IDMIL" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Identidade Militar" ] ], [
fhir:index 12;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IDFUNC" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número da Identidade Funcional" ] ], [
fhir:index 13;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IDENTIFIER" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Identifier" ] ], [
fhir:index 14;
fhir:ValueSet.compose.include.concept.code [ fhir:value "LEGACY" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Legacy System ID" ] ], [
fhir:index 15;
fhir:ValueSet.compose.include.concept.code [ fhir:value "OTHER" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Other Identifier" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ Ancode. Package ancode.app.fhir.anhealth#0.2.0 based on FHIR 4.3.0. Generated 2023-08-28
Links: Table of Contents |
QA Report