Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Symptom Presence Codes - TTL Representation

Active as of 2024-12-19

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 "presence-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/presence-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">present<a name=\"presence-codes-present\"> </a></td><td>Present</td><td>The symptom is present.</td><td>症状入力あり</td></tr><tr><td style=\"white-space:nowrap\">notPresent<a name=\"presence-codes-notPresent\"> </a></td><td>Not present</td><td>The symptom is not present.</td><td>症状入力なし</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/presence-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "SymptomPresence"] ; # 
  fhir:title [ fhir:v "Symptom Presence Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-19T16:51:22+09:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Code for presence or absence of symptoms  \n症状の有無を表すコード"] ; # 
  fhir:copyright [ fhir:v "Copyright 2024+"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "present" ] ;
fhir:display [ fhir:v "Present" ] ;
fhir:definition [ fhir:v "The symptom is present." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "症状入力あり" ]     ] )
  ] [
fhir:code [ fhir:v "notPresent" ] ;
fhir:display [ fhir:v "Not present" ] ;
fhir:definition [ fhir:v "The symptom is not present." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "症状入力なし" ]     ] )
  ] ) . #