@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/ValueSet/jp-einfectionreport-ehec-subjectclassiae-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jp-einfectionreport-ehec-subjectclassiae-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-jp-einfectionreport-ehec-subjectClass-cs.html\"><code>http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/subjectClass_CS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-jp-einfectionreport-ehec-subjectClass-cs.html#jp-einfectionreport-ehec-subjectClass-cs-01\">01</a></td><td style=\"color: #cccccc\">患者（確定例）</td></tr><tr><td><a href=\"CodeSystem-jp-einfectionreport-ehec-subjectClass-cs.html#jp-einfectionreport-ehec-subjectClass-cs-03\">03</a></td><td style=\"color: #cccccc\">感染症死亡者の死体</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/eInfectionReport/ValueSet/subjectClassIAE_VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JP_eInfectionReport_EHEC_subjectClassIAE_VS"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/subjectClass_CS"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "01" ]
       ] [
         fhir:code [ fhir:v "03" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

