感染症届出様式とそれに基づく届出書 FHIR仕様書
1.0.0 - trial-use Japan

感染症届出様式とそれに基づく届出書 FHIR仕様書 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 急性脳炎 症状コード - TTL Representation

Active as of 2024-05-09

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "jp-einfectionreport-iae-symptom-cs"] ; # 
  fhir:url [ fhir:v "http://jpfhir.jp/fhir/eInfectionReport/CodeSystem/JP_eInfectionReport_IAE_symptom_CS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "JP_eInfectionReport_IAE_symptom_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 "8"^^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 "項部硬直" ]
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "痙攣" ]
  ] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "意識障害" ]
  ] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "髄液細胞数の増加" ]
  ] [
fhir:code [ fhir:v "98" ] ;
fhir:display [ fhir:v "その他" ]
  ] ) . #