@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-epl/CodeSystem/ema-intended-effect> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ema-intended-effect"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ema-intended-effect</b></p><a name=\"ema-intended-effect\"> </a><a name=\"hcema-intended-effect\"> </a><p>This case-insensitive code system <code>http://spor.ema.europa.eu/v1/lists/200000003186</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\">200000003192<a name=\"ema-intended-effect-200000003192\"> </a></td><td>preventive</td></tr><tr><td style=\"white-space:nowrap\">200000003194<a name=\"ema-intended-effect-200000003194\"> </a></td><td>therapeutic</td></tr><tr><td style=\"white-space:nowrap\">200000003196<a name=\"ema-intended-effect-200000003196\"> </a></td><td>diagnostic / imaging</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://spor.ema.europa.eu/v1/lists/200000003186"^^xsd:anyURI ;
     fhir:l <http://spor.ema.europa.eu/v1/lists/200000003186>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EMAIntendedEffectCS"] ; # 
  fhir:title [ fhir:v "EMA - Intended Effect"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-23T12:23:37+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Federal Office of Public Health FOPH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Federal Office of Public Health FOPH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CH - Standard Terms used in Switzerland (aggregations of codes of Value Set for the Intended Effect from EMA used by SMC)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "CH" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "200000003192" ] ;
     fhir:display [ fhir:v "preventive" ]
  ] [
     fhir:code [ fhir:v "200000003194" ] ;
     fhir:display [ fhir:v "therapeutic" ]
  ] [
     fhir:code [ fhir:v "200000003196" ] ;
     fhir:display [ fhir:v "diagnostic / imaging" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

