@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 -------------------------------------------------------------------

<http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/jp-einfectionreport-ehec-dxsource-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jp-einfectionreport-ehec-dxsource-cs"] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/JP_eInfectionReport_EHEC_dxsource_CS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JP_eInfectionReport_EHEC_dxsource_CS"] ; # 
  fhir:title [ fhir:v "腸管出血性大腸菌感染症 分離・同定による病原体の検出、かつ、分離菌における ①毒素産生 ②ＰＣＲ法等による毒素遺伝子"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-09T09:01:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The Department of Bio-Medical Informatics, The University of Tokyo"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "The Department of Bio-Medical Informatics, The University of Tokyo" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://std.jpfhir.jp" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "office@jpfhir.jp" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "腸管出血性大腸菌感染症 分離・同定による病原体の検出、かつ、分離菌における ①毒素産生 ②ＰＣＲ法等による毒素遺伝子"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "JP" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright, The Department of Bio-Medical Informatics, The University of Tokyo. CC(Creative Commons license) BY-ND CC表示・改変禁止"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "01" ] ;
     fhir:display [ fhir:v "毒素産生" ]
  ] [
     fhir:code [ fhir:v "02" ] ;
     fhir:display [ fhir:v "ＰＣＲ法等による毒素遺伝子" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

