HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

HL7 Italia - HL7 V3 RoleCode (estensione) - TTL Representation

(back to description)

Raw ttl

Source view

@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 "it-v3RoleCode"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.it/CodeSystem/it-v3RoleCode defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">MMG<a name=\"it-v3RoleCode-MMG\"> </a></td><td>medico di medicina generale</td><td/></tr><tr><td style=\"white-space:nowrap\">PLS<a name=\"it-v3RoleCode-PLS\"> </a></td><td>pediatra di libera scelta</td><td/></tr><tr><td style=\"white-space:nowrap\">MSD<a name=\"it-v3RoleCode-MSD\"> </a></td><td>medico del servizio/struttura del distretto/azienda</td><td/></tr><tr><td style=\"white-space:nowrap\">MCA<a name=\"it-v3RoleCode-MCA\"> </a></td><td>medico continuità assistenziale</td><td/></tr><tr><td style=\"white-space:nowrap\">MO<a name=\"it-v3RoleCode-MO\"> </a></td><td>medico ospedaliero</td><td/></tr><tr><td style=\"white-space:nowrap\">MSA<a name=\"it-v3RoleCode-MSA\"> </a></td><td>medico specialista ambulatoriale</td><td/></tr><tr><td style=\"white-space:nowrap\">MAU<a name=\"it-v3RoleCode-MAU\"> </a></td><td>medico di azienda ospedaliero-universitaria</td><td/></tr><tr><td style=\"white-space:nowrap\">GMT<a name=\"it-v3RoleCode-GMT\"> </a></td><td>guardia medica turistica</td><td/></tr><tr><td style=\"white-space:nowrap\">SPA<a name=\"it-v3RoleCode-SPA\"> </a></td><td>specialista di struttura privata accreditata</td><td/></tr><tr><td style=\"white-space:nowrap\">MI<a name=\"it-v3RoleCode-MI\"> </a></td><td>medico INAIL</td><td/></tr><tr><td style=\"white-space:nowrap\">MC<a name=\"it-v3RoleCode-MC\"> </a></td><td>medico consulente</td><td/></tr><tr><td style=\"white-space:nowrap\">AS<a name=\"it-v3RoleCode-AS\"> </a></td><td>altra specializzazione</td><td/></tr><tr><td style=\"white-space:nowrap\">AA<a name=\"it-v3RoleCode-AA\"> </a></td><td>altro (tirocinanti, specializzandi, etc)</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.it/CodeSystem/it-v3RoleCode"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "CsItRoleCode"];
  fhir:CodeSystem.title [ fhir:value "HL7 Italia - HL7 V3 RoleCode (estensione)"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-06-30T18:23:29+02:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Italia"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.it" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Estensione del Vocabolario HL7 V3 RoleCode"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "IT" ]     ]
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "MMG" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico di medicina generale" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "PLS" ];
     fhir:CodeSystem.concept.display [ fhir:value "pediatra di libera scelta" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "MSD" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico del servizio/struttura del distretto/azienda" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "MCA" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico continuità assistenziale" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "MO" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico ospedaliero" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "MSA" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico specialista ambulatoriale" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "MAU" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico di azienda ospedaliero-universitaria" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "GMT" ];
     fhir:CodeSystem.concept.display [ fhir:value "guardia medica turistica" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "SPA" ];
     fhir:CodeSystem.concept.display [ fhir:value "specialista di struttura privata accreditata" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "MI" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico INAIL" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "MC" ];
     fhir:CodeSystem.concept.display [ fhir:value "medico consulente" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "AS" ];
     fhir:CodeSystem.concept.display [ fhir:value "altra specializzazione" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "AA" ];
     fhir:CodeSystem.concept.display [ fhir:value "altro (tirocinanti, specializzandi, etc)" ]
  ].

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

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