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

: EncounterParticipantTypeMostUsed - TTL Representation

Draft as of 2022-03-31

Raw ttl | Download


@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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "EncounterParticipantTypeMostUsed"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM\">ADM</a></td><td>admitter</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND\">ATND</a></td><td>attender</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CALLBCK\">CALLBCK</a></td><td>callback contact</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON\">CON</a></td><td>consultant</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-DIS\">DIS</a></td><td>discharger</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ESC\">ESC</a></td><td>escort</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-REF\">REF</a></td><td>referrer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-SPRF\">SPRF</a></td><td>secondary performer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PPRF\">PPRF</a></td><td>primary performer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PART\">PART</a></td><td>Participation</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html\"><code>http://terminology.hl7.org/CodeSystem/participant-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-translator\">translator</a></td><td>Translator</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-emergency\">emergency</a></td><td>Emergency</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://ancode.app/fhir/ValueSet/EncounterParticipantTypeMostUsed"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "EncounterParticipantTypeMostUsed"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2022-03-31"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "Ancode"];
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Encounter Participant Type Most Used"];
  fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ADM" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "admitter" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ATND" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "attender" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CALLBCK" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "callback contact" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "CON" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "consultant" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DIS" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "discharger" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ESC" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "escort" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "REF" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "referrer" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "SPRF" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "secondary performer" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PPRF" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "primary performer" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PART" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Participation" ]       ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/participant-type" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "translator" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Translator" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "emergency" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Emergency" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.