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-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 "EncounterClass"];
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/EncounterClass</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=\"EncounterClass-1\"> </a></td><td>InPerson</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"EncounterClass-2\"> </a></td><td>AncodeVideoCall</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"EncounterClass-3\"> </a></td><td>Telephone</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"EncounterClass-4\"> </a></td><td>WhatsApp</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"EncounterClass-5\"> </a></td><td>Skype</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"EncounterClass-6\"> </a></td><td>Zoom</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"EncounterClass-7\"> </a></td><td>Google Meet</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"EncounterClass-99\"> </a></td><td>Others</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://ancode.app/fhir/CodeSystem/EncounterClass"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "EncounterClass"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2021-12-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 "Encounter Class"];
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 "InPerson" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "AncodeVideoCall" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Telephone" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.display [ fhir:value "WhatsApp" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Skype" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "6" ];
fhir:CodeSystem.concept.display [ fhir:value "Zoom" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Google Meet" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "99" ];
fhir:CodeSystem.concept.display [ fhir:value "Others" ]
].
# - 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