@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-subjectClass-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jp-einfectionreport-ehec-subjectClass-cs"] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/subjectClass_CS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JP_eInfectionReport_EHEC_subjectClass_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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "01" ] ;
     fhir:display [ fhir:v "患者（確定例）" ]
  ] [
     fhir:code [ fhir:v "02" ] ;
     fhir:display [ fhir:v "無症状病原体保有者" ]
  ] [
     fhir:code [ fhir:v "03" ] ;
     fhir:display [ fhir:v "感染症死亡者の死体" ]
  ] [
     fhir:code [ fhir:v "04" ] ;
     fhir:display [ fhir:v "感染症死亡疑い者の死体" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

