@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ch/ig/ch-epl/ClinicalUseDefinition/LIM-64766004-ABRILADA> a fhir:ClinicalUseDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LIM-64766004-ABRILADA"] ; # 
  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: ClinicalUseDefinition LIM-64766004-ABRILADA</b></p><a name=\"LIM-64766004-ABRILADA\"> </a><a name=\"hcLIM-64766004-ABRILADA\"> </a><p><b>type</b>: Indication</p><blockquote><p><b>indication</b></p><h3>DiseaseSymptomProcedures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 64766004}\">Moderate bis schwere Colitis ulcerosa<br/>Behandlung erwachsener Patienten mit ABRILADA, wenn die vorausgegangene konventionelle Therapie (z.B. mit Azathioprin, 6-Mercaptopurin oder Glukokortikoiden) unzulänglich war oder nicht vertragen wurde.</span></td></tr></table><h3>IntendedEffects</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://spor.ema.europa.eu/v1/lists/200000003186 200000003194}\">therapeutic</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [ fhir:v "indication"] ; # 
  fhir:indication [
     fhir:diseaseSymptomProcedure [
       fhir:concept [
         fhir:coding ( [
           a sct:64766004 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "64766004" ] ;
           fhir:display [ fhir:v "Ulcerative colitis" ]
         ] ) ;
         fhir:text [ fhir:v "Moderate bis schwere Colitis ulcerosa\nBehandlung erwachsener Patienten mit ABRILADA, wenn die vorausgegangene konventionelle Therapie (z.B. mit Azathioprin, 6-Mercaptopurin oder Glukokortikoiden) unzulänglich war oder nicht vertragen wurde." ]
       ]
     ] ;
     fhir:intendedEffect [
       fhir:concept [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://spor.ema.europa.eu/v1/lists/200000003186"^^xsd:anyURI ;
             fhir:l <http://spor.ema.europa.eu/v1/lists/200000003186>
           ] ;
           fhir:code [ fhir:v "200000003194" ] ;
           fhir:display [ fhir:v "therapeutic" ]
         ] )
       ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

