UnicomIG
0.1.0 - ci-build

UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions

: Domain EMA - TTL Representation

Draft as of 2023-02-03

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 "domain-ema-cs"]; # 
  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://spor.ema.europa.eu/v1/lists/100000000004</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\">100000000012<a name=\"domain-ema-cs-100000000012\"> </a></td><td>Human use</td></tr><tr><td style=\"white-space:nowrap\">100000000013<a name=\"domain-ema-cs-100000000013\"> </a></td><td>Veterinary use</td></tr><tr><td style=\"white-space:nowrap\">100000000014<a name=\"domain-ema-cs-100000000014\"> </a></td><td>Human and Veterinary use</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "https://spor.ema.europa.eu/v1/lists/100000000004"]; # 
  fhir:CodeSystem.version [ fhir:value "0.1.0"]; # 
  fhir:CodeSystem.name [ fhir:value "Domain_EMA_CS"]; # 
  fhir:CodeSystem.title [ fhir:value "Domain EMA"]; # 
  fhir:CodeSystem.status [ fhir:value "draft"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2023-02-03T15:45:39+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "UNICOM"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "UNICOM" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://unicom-project.eu" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Domain of the medicinal product (human, veterinary, both)"]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "100000000012" ];
     fhir:CodeSystem.concept.display [ fhir:value "Human use" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "100000000013" ];
     fhir:CodeSystem.concept.display [ fhir:value "Veterinary use" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "100000000014" ];
     fhir:CodeSystem.concept.display [ fhir:value "Human and Veterinary use" ]
  ]. # 

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

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