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-12-09 |
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ServiceCategory"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/ServiceCategory</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"ServiceCategory-01\"> </a></td><td>PROCEDIMENTOS GERAIS</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ServiceCategory-02\"> </a></td><td>PROCEDIMENTOS CLÍNICOS AMBULATORIAIS E HOSPITALARES</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ServiceCategory-03\"> </a></td><td>EXAMES ESPECÍFICOS</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ServiceCategory-04\"> </a></td><td>SISTEMA NERVOSO - CENTRAL E PERIFÉRICO</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ServiceCategory-05\"> </a></td><td>PELE E TECIDO CELULAR SUBCUTÂNEO, MUCOSAS E ANEXOS</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"ServiceCategory-06\"> </a></td><td>MÉTODOS DIAGNÓSTICOS POR IMAGEM</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ServiceCategory-07\"> </a></td><td>ORELHA</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ServiceCategory-08\"> </a></td><td>SISTEMA GENITAL E REPRODUTOR MASCULINO</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"ServiceCategory-09\"> </a></td><td>SISTEMA CÁRDIO-CIRCULATÓRIO</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ServiceCategory-10\"> </a></td><td>OLHOS</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"ServiceCategory-11\"> </a></td><td>SISTEMA MÚSCULO-ESQUELÉTICO E ARTICULAÇÕES</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"ServiceCategory-12\"> </a></td><td>CABEÇA E PESCOÇO</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"ServiceCategory-13\"> </a></td><td>NARIZ E SEIOS PARANASAIS</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"ServiceCategory-14\"> </a></td><td>PAREDE TORÁCICA</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"ServiceCategory-15\"> </a></td><td>SISTEMA RESPIRATÓRIO E MEDIASTINO</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"ServiceCategory-16\"> </a></td><td>SISTEMA DIGESTIVO E ANEXOS</td></tr><tr><td style=\"white-space:nowrap\">17<a name=\"ServiceCategory-17\"> </a></td><td>SISTEMA GENITAL E REPRODUTOR FEMININO</td></tr><tr><td style=\"white-space:nowrap\">18<a name=\"ServiceCategory-18\"> </a></td><td>SISTEMA URINÁRIO</td></tr><tr><td style=\"white-space:nowrap\">19<a name=\"ServiceCategory-19\"> </a></td><td>ENDOSCÓPICOS</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"ServiceCategory-20\"> </a></td><td>RADIOTERAPIA</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"ServiceCategory-21\"> </a></td><td>TRANSPLANTES DE ÓRGÃOS OU TECIDOS</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"ServiceCategory-22\"> </a></td><td>OUTROS PROCEDIMENTOS INVASIVOS</td></tr><tr><td style=\"white-space:nowrap\">23<a name=\"ServiceCategory-23\"> </a></td><td>ELETROFISIOLÓGICOS / MECÂNICOS E FUNCIONAIS</td></tr><tr><td style=\"white-space:nowrap\">24<a name=\"ServiceCategory-24\"> </a></td><td>PROCEDIMENTOS LABORATORIAIS</td></tr><tr><td style=\"white-space:nowrap\">25<a name=\"ServiceCategory-25\"> </a></td><td>GENÉTICA</td></tr><tr><td style=\"white-space:nowrap\">26<a name=\"ServiceCategory-26\"> </a></td><td>MEDICINA TRANSFUSIONAL</td></tr><tr><td style=\"white-space:nowrap\">27<a name=\"ServiceCategory-27\"> </a></td><td>ANATOMIA PATOLÓGICA E CITOPATOLOGIA</td></tr><tr><td style=\"white-space:nowrap\">28<a name=\"ServiceCategory-28\"> </a></td><td>MEDICINA NUCLEAR</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"ServiceCategory-99\"> </a></td><td>NÃO DEFINIDO</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/ServiceCategory"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "ServiceCategory"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2021-12-09"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "Ancode"];
fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Service Category"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "01" ];
fhir:CodeSystem.concept.display [ fhir:value "PROCEDIMENTOS GERAIS" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "02" ];
fhir:CodeSystem.concept.display [ fhir:value "PROCEDIMENTOS CLÍNICOS AMBULATORIAIS E HOSPITALARES" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "03" ];
fhir:CodeSystem.concept.display [ fhir:value "EXAMES ESPECÍFICOS" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "04" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA NERVOSO - CENTRAL E PERIFÉRICO" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "05" ];
fhir:CodeSystem.concept.display [ fhir:value "PELE E TECIDO CELULAR SUBCUTÂNEO, MUCOSAS E ANEXOS" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "06" ];
fhir:CodeSystem.concept.display [ fhir:value "MÉTODOS DIAGNÓSTICOS POR IMAGEM" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "07" ];
fhir:CodeSystem.concept.display [ fhir:value "ORELHA" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "08" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA GENITAL E REPRODUTOR MASCULINO" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "09" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA CÁRDIO-CIRCULATÓRIO" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "OLHOS" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA MÚSCULO-ESQUELÉTICO E ARTICULAÇÕES" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "CABEÇA E PESCOÇO" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "13" ];
fhir:CodeSystem.concept.display [ fhir:value "NARIZ E SEIOS PARANASAIS" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "14" ];
fhir:CodeSystem.concept.display [ fhir:value "PAREDE TORÁCICA" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "15" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA RESPIRATÓRIO E MEDIASTINO" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "16" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA DIGESTIVO E ANEXOS" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "17" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA GENITAL E REPRODUTOR FEMININO" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "18" ];
fhir:CodeSystem.concept.display [ fhir:value "SISTEMA URINÁRIO" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "19" ];
fhir:CodeSystem.concept.display [ fhir:value "ENDOSCÓPICOS" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "20" ];
fhir:CodeSystem.concept.display [ fhir:value "RADIOTERAPIA" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "21" ];
fhir:CodeSystem.concept.display [ fhir:value "TRANSPLANTES DE ÓRGÃOS OU TECIDOS" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "22" ];
fhir:CodeSystem.concept.display [ fhir:value "OUTROS PROCEDIMENTOS INVASIVOS" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "23" ];
fhir:CodeSystem.concept.display [ fhir:value "ELETROFISIOLÓGICOS / MECÂNICOS E FUNCIONAIS" ]
], [
fhir:index 23;
fhir:CodeSystem.concept.code [ fhir:value "24" ];
fhir:CodeSystem.concept.display [ fhir:value "PROCEDIMENTOS LABORATORIAIS" ]
], [
fhir:index 24;
fhir:CodeSystem.concept.code [ fhir:value "25" ];
fhir:CodeSystem.concept.display [ fhir:value "GENÉTICA" ]
], [
fhir:index 25;
fhir:CodeSystem.concept.code [ fhir:value "26" ];
fhir:CodeSystem.concept.display [ fhir:value "MEDICINA TRANSFUSIONAL" ]
], [
fhir:index 26;
fhir:CodeSystem.concept.code [ fhir:value "27" ];
fhir:CodeSystem.concept.display [ fhir:value "ANATOMIA PATOLÓGICA E CITOPATOLOGIA" ]
], [
fhir:index 27;
fhir:CodeSystem.concept.code [ fhir:value "28" ];
fhir:CodeSystem.concept.display [ fhir:value "MEDICINA NUCLEAR" ]
], [
fhir:index 28;
fhir:CodeSystem.concept.code [ fhir:value "99" ];
fhir:CodeSystem.concept.display [ fhir:value "NÃO DEFINIDO" ]
].
# - 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