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
| Active as of 2022-04-07 |
@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 "BRNivelEscolaridade"];
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/BRNivelEscolaridade</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=\"BRNivelEscolaridade-01\"> </a></td><td>Analfabeto</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"BRNivelEscolaridade-02\"> </a></td><td>Ensino Fundamental Incompleto</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"BRNivelEscolaridade-03\"> </a></td><td>Ensino Fundamental Completo</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"BRNivelEscolaridade-04\"> </a></td><td>Ensino Médio Incompleto</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"BRNivelEscolaridade-05\"> </a></td><td>Ensino Médio Completo</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"BRNivelEscolaridade-06\"> </a></td><td>Ensino Técnico Incompleto</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"BRNivelEscolaridade-07\"> </a></td><td>Ensino Técnico Completo</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"BRNivelEscolaridade-08\"> </a></td><td>Ensino Superior Incompleto</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"BRNivelEscolaridade-09\"> </a></td><td>Ensino Superior Completo</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"BRNivelEscolaridade-10\"> </a></td><td>Pós Gradução Incompleto</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"BRNivelEscolaridade-11\"> </a></td><td>Pós Gradução Completo</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"BRNivelEscolaridade-12\"> </a></td><td>Mestrado</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"BRNivelEscolaridade-13\"> </a></td><td>Doutorado</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"BRNivelEscolaridade-14\"> </a></td><td>Ph.D.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/BRNivelEscolaridade"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "BRNivelEscolaridade"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2022-04-07"^^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 "BR Education Level"];
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 "Analfabeto" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "02" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Fundamental Incompleto" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "03" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Fundamental Completo" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "04" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Médio Incompleto" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "05" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Médio Completo" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "06" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Técnico Incompleto" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "07" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Técnico Completo" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "08" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Superior Incompleto" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "09" ];
fhir:CodeSystem.concept.display [ fhir:value "Ensino Superior Completo" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Pós Gradução Incompleto" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "Pós Gradução Completo" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Mestrado" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "13" ];
fhir:CodeSystem.concept.display [ fhir:value "Doutorado" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "14" ];
fhir:CodeSystem.concept.display [ fhir:value "Ph.D." ]
].
# - 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