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

: IdentifierTypeInventory - TTL Representation

Draft as of 2022-12-21

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 "IdentifierTypeInventory"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IdentifierType.html\"><code>https://ancode.app/fhir/CodeSystem/IdentifierType</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=\"CodeSystem-IdentifierType.html#IdentifierType-SIMPRO\">SIMPRO</a></td><td>Código Simpro</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-BRASINDICE\">BRASINDICE</a></td><td>Código Brasíndice</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-TUSS\">TUSS</a></td><td>Código TUSS</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-TISS\">TISS</a></td><td>Código TISS</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-ANVISA\">ANVISA</a></td><td>ANVISA - Agência Nacional de Vigilância Sanitária</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://ancode.app/fhir/ValueSet/IdentifierTypeInventory"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "IdentifierTypeInventory"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2022-12-21"^^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 "Identifier Type Inventory"];
  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 "https://ancode.app/fhir/CodeSystem/IdentifierType" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "SIMPRO" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Código Simpro" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "BRASINDICE" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Código Brasíndice" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "TUSS" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Código TUSS" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "TISS" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Código TISS" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ANVISA" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "ANVISA - Agência Nacional de Vigilância Sanitária" ]       ]     ]
  ].

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

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