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 2022-06-22 |
@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 "BRPrioridade"];
fhir:Resource.language [ fhir:value "pt-BR"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p>This code system <code>https://ancode.app/fhir/CodeSystem/BRPrioridade</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\">1<a name=\"BRPrioridade-1\"> </a></td><td>Emergência</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"BRPrioridade-3\"> </a></td><td>Muito Urgente</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"BRPrioridade-5\"> </a></td><td>Urgente</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"BRPrioridade-7\"> </a></td><td>Pouco Urgente</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"BRPrioridade-9\"> </a></td><td>Não Urgente</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/BRPrioridade"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "BRPrioridade"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2022-06-22"^^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 Prioridade"];
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 "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Emergência" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "color" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "vermelho" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "description" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "Comprometimento da via aérea, Respiração ineficaz, Choque, Criança não responde" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Muito Urgente" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "color" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "laranja" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "description" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "Dor severa, Grande hemorragia incontrolável, Alteração do nível de consciência, Criança quente" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Urgente" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "color" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "amarelo" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "description" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "Dor moderada, Pequena hemorragia incontrolável, História inapropriada, Vômitos persistêntes, Quente" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Pouco Urgente" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "color" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "verde" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.property.code [ fhir:value "description" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "Dor, Febrícula, Vômitos, Problema recente" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "9" ];
fhir:CodeSystem.concept.display [ fhir:value "Não Urgente" ];
fhir:CodeSystem.concept.property [
fhir:index 0;
fhir:CodeSystem.concept.property.code [ fhir:value "color" ];
fhir:CodeSystem.concept.property.valueString [ fhir:value "azul" ] ]
].
# - 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