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 "IdentifierTypeOrganization"];
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-CNPJ\">CNPJ</a></td><td>Número de inscrição no Cadastro Nacional da Pessoa Jurídica (CNPJ)</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IE\">IE</a></td><td>Inscrição Estadual</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IM\">IM</a></td><td>Inscrição Municipal</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CNES\">CNES</a></td><td>Código Nacional Estabelecimento Saúde</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-ANS\">ANS</a></td><td>Código na Agência Nacional de Saúde</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><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-INTEGRATION\">INTEGRATION</a></td><td>Integration Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREPROVIDERCODE\">HEALTHCAREPROVIDERCODE</a></td><td>Healthcare Provider Code</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-VERSION\">VERSION</a></td><td>Version</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-GROUPID\">GROUPID</a></td><td>Group ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-HEALTHCAREINSURANCECODE\">HEALTHCAREINSURANCECODE</a></td><td>Healthcare Insurance Code</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-AUTHID\">AUTHID</a></td><td>AUTH ID</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://ancode.app/fhir/ValueSet/IdentifierTypeOrganization"];
fhir:ValueSet.version [ fhir:value "0.2.0"];
fhir:ValueSet.name [ fhir:value "IdentifierTypeOrganization"];
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 Organization"];
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 "CNPJ" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Número de inscrição no Cadastro Nacional da Pessoa Jurídica (CNPJ)" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IE" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Inscrição Estadual" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IM" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Inscrição Municipal" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "CNES" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Código Nacional Estabelecimento Saúde" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "ANS" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Código na Agência Nacional de Saúde" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "IDENTIFIER" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Identifier" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "LEGACY" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Legacy System ID" ] ], [
fhir:index 7;
fhir:ValueSet.compose.include.concept.code [ fhir:value "OTHER" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Other Identifier" ] ], [
fhir:index 8;
fhir:ValueSet.compose.include.concept.code [ fhir:value "INTEGRATION" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Integration Identifier" ] ], [
fhir:index 9;
fhir:ValueSet.compose.include.concept.code [ fhir:value "HEALTHCAREPROVIDERCODE" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Healthcare Provider Code" ] ], [
fhir:index 10;
fhir:ValueSet.compose.include.concept.code [ fhir:value "VERSION" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Version" ] ], [
fhir:index 11;
fhir:ValueSet.compose.include.concept.code [ fhir:value "GROUPID" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Group ID" ] ], [
fhir:index 12;
fhir:ValueSet.compose.include.concept.code [ fhir:value "HEALTHCAREINSURANCECODE" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Healthcare Insurance Code" ] ], [
fhir:index 13;
fhir:ValueSet.compose.include.concept.code [ fhir:value "AUTHID" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "AUTH ID" ] ] ]
].
# - 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