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-14 |
@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 "BRGrauParticipacao"];
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/BRGrauParticipacao</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\">00<a name=\"BRGrauParticipacao-00\"> </a></td><td>Cirurgião</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"BRGrauParticipacao-01\"> </a></td><td>Primeiro Auxiliar</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"BRGrauParticipacao-02\"> </a></td><td>Segundo Auxiliar</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"BRGrauParticipacao-03\"> </a></td><td>Terceiro Auxiliar</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"BRGrauParticipacao-04\"> </a></td><td>Quarto Auxiliar</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"BRGrauParticipacao-05\"> </a></td><td>Instrumentador</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"BRGrauParticipacao-06\"> </a></td><td>Anestesista</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"BRGrauParticipacao-07\"> </a></td><td>Auxiliar de Anestesista</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"BRGrauParticipacao-08\"> </a></td><td>Consultor</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"BRGrauParticipacao-09\"> </a></td><td>Perfusionista</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"BRGrauParticipacao-10\"> </a></td><td>Pediatra na sala de parto</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"BRGrauParticipacao-11\"> </a></td><td>Auxiliar SADT</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"BRGrauParticipacao-12\"> </a></td><td>Clínico</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"BRGrauParticipacao-13\"> </a></td><td>Intensivista</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/BRGrauParticipacao"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "BRGrauParticipacao"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2022-06-14"^^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 Grau Participacao"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "00" ];
fhir:CodeSystem.concept.display [ fhir:value "Cirurgião" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "01" ];
fhir:CodeSystem.concept.display [ fhir:value "Primeiro Auxiliar" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "02" ];
fhir:CodeSystem.concept.display [ fhir:value "Segundo Auxiliar" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "03" ];
fhir:CodeSystem.concept.display [ fhir:value "Terceiro Auxiliar" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "04" ];
fhir:CodeSystem.concept.display [ fhir:value "Quarto Auxiliar" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "05" ];
fhir:CodeSystem.concept.display [ fhir:value "Instrumentador" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "06" ];
fhir:CodeSystem.concept.display [ fhir:value "Anestesista" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "07" ];
fhir:CodeSystem.concept.display [ fhir:value "Auxiliar de Anestesista" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "08" ];
fhir:CodeSystem.concept.display [ fhir:value "Consultor" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "09" ];
fhir:CodeSystem.concept.display [ fhir:value "Perfusionista" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Pediatra na sala de parto" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "Auxiliar SADT" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Clínico" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "13" ];
fhir:CodeSystem.concept.display [ fhir:value "Intensivista" ]
].
# - 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