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

: Marketing Status 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 "Marketing-Status-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/100000072052</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\">100000072074<a name=\"Marketing-Status-ema-cs-100000072074\"> </a></td><td>Not marketed</td></tr><tr><td style=\"white-space:nowrap\">100000072083<a name=\"Marketing-Status-ema-cs-100000072083\"> </a></td><td>Marketed</td></tr><tr><td style=\"white-space:nowrap\">200000026055<a name=\"Marketing-Status-ema-cs-200000026055\"> </a></td><td>Never marketed</td></tr><tr><td style=\"white-space:nowrap\">230000000000<a name=\"Marketing-Status-ema-cs-230000000000\"> </a></td><td>Temporarily unavailable</td></tr><tr><td style=\"white-space:nowrap\">100000072075<a name=\"Marketing-Status-ema-cs-100000072075\"> </a></td><td>No data provided</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "https://spor.ema.europa.eu/v1/lists/100000072052"]; # 
  fhir:CodeSystem.version [ fhir:value "0.1.0"]; # 
  fhir:CodeSystem.name [ fhir:value "Marketing_Status_EMA_CS"]; # 
  fhir:CodeSystem.title [ fhir:value "Marketing Status 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 "Marketing status of the product in given country. EMA SPOR RMS codes."]; # 
  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 "5"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "100000072074" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not marketed" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "100000072083" ];
     fhir:CodeSystem.concept.display [ fhir:value "Marketed" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "200000026055" ];
     fhir:CodeSystem.concept.display [ fhir:value "Never marketed" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "230000000000" ];
     fhir:CodeSystem.concept.display [ fhir:value "Temporarily unavailable" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "100000072075" ];
     fhir:CodeSystem.concept.display [ fhir:value "No data provided" ]
  ]. # 

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

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