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

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

: ECG Symptoms Status 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 "ecg-symptoms-status-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/ecg-symptoms-status-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\">none<a name=\"ecg-symptoms-status-codes-none\"> </a></td><td>None</td><td>The user didn’t enter a symptom when they recorded the ECG.</td><td>症状入力なし</td></tr><tr><td style=\"white-space:nowrap\">present<a name=\"ecg-symptoms-status-codes-present\"> </a></td><td>Present</td><td>The user added a symptom when they recorded the ECG.</td><td>症状入力あり</td></tr><tr><td style=\"white-space:nowrap\">notSet<a name=\"ecg-symptoms-status-codes-notSet\"> </a></td><td>Not set</td><td>A sample that doesn’t have an assigned classification.</td><td>未設定</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/ecg-symptoms-status-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "EcgSymptomsStatus"] ; # 
  fhir:title [ fhir:v "ECG Symptoms Status 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 indicating whether or not the user's symptoms are input during ECG waveform acquisition  \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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "none" ] ;
fhir:display [ fhir:v "None" ] ;
fhir:definition [ fhir:v "The user didn’t enter a symptom when they recorded the ECG." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "症状入力なし" ]     ] )
  ] [
fhir:code [ fhir:v "present" ] ;
fhir:display [ fhir:v "Present" ] ;
fhir:definition [ fhir:v "The user added a symptom when they recorded the ECG." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "症状入力あり" ]     ] )
  ] [
fhir:code [ fhir:v "notSet" ] ;
fhir:display [ fhir:v "Not set" ] ;
fhir:definition [ fhir:v "A sample that doesn’t have an assigned classification." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "未設定" ]     ] )
  ] ) . #