Prototype ISO IDMP Compliant Datafeed to eHealth (Deliverable D4.12)
1.0.0 - STU1 International flag

Prototype ISO IDMP Compliant Datafeed to eHealth (Deliverable D4.12), published by UNICOM. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/unicom-project-eu/d4.12/ and changes regularly. See the Directory of published versions

: Country EMA - TTL Representation

Draft as of 2024-08-20

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:id [ fhir:v "country-ema-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem country-ema-cs</b></p><a name=\"country-ema-cs\"> </a><a name=\"hccountry-ema-cs\"> </a><a name=\"country-ema-cs-en-US\"> </a><p>This case-insensitive code system <code>https://spor.ema.europa.eu/v1/lists/100000000002</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\">100000000390<a name=\"country-ema-cs-100000000390\"> </a></td><td>European Union</td></tr><tr><td style=\"white-space:nowrap\">100000000535<a name=\"country-ema-cs-100000000535\"> </a></td><td>Kingdom of Sweden</td></tr><tr><td style=\"white-space:nowrap\">100000000388<a name=\"country-ema-cs-100000000388\"> </a></td><td>Republic of Estonia</td></tr><tr><td style=\"white-space:nowrap\">100000000337<a name=\"country-ema-cs-100000000337\"> </a></td><td>Kingdom of Belgium</td></tr><tr><td style=\"white-space:nowrap\">100000000501<a name=\"country-ema-cs-100000000501\"> </a></td><td>Portuguese Republic</td></tr><tr><td style=\"white-space:nowrap\">100000000330<a name=\"country-ema-cs-100000000330\"> </a></td><td>Austria</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://spor.ema.europa.eu/v1/lists/100000000002"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Country_EMA_CS"] ; # 
  fhir:title [ fhir:v "Country EMA"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-20T21:53:59+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "UNICOM"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "UNICOM" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://unicom-project.eu/" ]     ] )
  ] [
fhir:name [ fhir:v "Rutt Lindström" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rutt.lindstrom@tehik.ee" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Country codes by EMA. Based on ISO 3166-1-2, recoded with RMS codes."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "100000000390" ] ;
fhir:display [ fhir:v "European Union" ]
  ] [
fhir:code [ fhir:v "100000000535" ] ;
fhir:display [ fhir:v "Kingdom of Sweden" ]
  ] [
fhir:code [ fhir:v "100000000388" ] ;
fhir:display [ fhir:v "Republic of Estonia" ]
  ] [
fhir:code [ fhir:v "100000000337" ] ;
fhir:display [ fhir:v "Kingdom of Belgium" ]
  ] [
fhir:code [ fhir:v "100000000501" ] ;
fhir:display [ fhir:v "Portuguese Republic" ]
  ] [
fhir:code [ fhir:v "100000000330" ] ;
fhir:display [ fhir:v "Austria" ]
  ] ) . #