0.9.0 - ci-build

VigiCanPY - Local Development build (v0.9.0). See the Directory of published versions

: Estudio Oncológico (codes) - TTL Representation

Active as of 2023-07-19

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ClinEstudioOncologicoCS"]; # 
  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>http://vigicanpy.mspbs.gov.py/CodeSystem/ClinEstudioOncologicoCS</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\">BIO<a name=\"ClinEstudioOncologicoCS-BIO\"> </a></td><td>Biopsia</td></tr><tr><td style=\"white-space:nowrap\">IMA<a name=\"ClinEstudioOncologicoCS-IMA\"> </a></td><td>Imagenología</td></tr><tr><td style=\"white-space:nowrap\">CIT<a name=\"ClinEstudioOncologicoCS-CIT\"> </a></td><td>Citología</td></tr><tr><td style=\"white-space:nowrap\">LAB<a name=\"ClinEstudioOncologicoCS-LAB\"> </a></td><td>Laboratorio General</td></tr><tr><td style=\"white-space:nowrap\">MAM<a name=\"ClinEstudioOncologicoCS-MAM\"> </a></td><td>Mamografía</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinEstudioOncologicoCS"]; # 
  fhir:CodeSystem.version [ fhir:value "0.9.0"]; # 
  fhir:CodeSystem.name [ fhir:value "ClinEstudioOncologicoCS"]; # 
  fhir:CodeSystem.title [ fhir:value "Estudio Oncológico (codes)"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2023-07-19T16:22:19-03:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.description [ fhir:value "Estudio Oncológico (codes)"]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "BIO" ];
     fhir:CodeSystem.concept.display [ fhir:value "Biopsia" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "IMA" ];
     fhir:CodeSystem.concept.display [ fhir:value "Imagenología" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "CIT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Citología" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "LAB" ];
     fhir:CodeSystem.concept.display [ fhir:value "Laboratorio General" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "MAM" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mamografía" ]
  ]. # 

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

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