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

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

: State of Mind 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 "state-of-mind-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/state-of-mind-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">kind<a name=\"state-of-mind-codes-kind\"> </a></td><td>Kind</td><td>心の状態の種類</td></tr><tr><td style=\"white-space:nowrap\">valence<a name=\"state-of-mind-codes-valence\"> </a></td><td>Valence</td><td>心の状態の誘意性</td></tr><tr><td style=\"white-space:nowrap\">valenceClassification<a name=\"state-of-mind-codes-valenceClassification\"> </a></td><td>Valence Classification</td><td>心の状態</td></tr><tr><td style=\"white-space:nowrap\">labels<a name=\"state-of-mind-codes-labels\"> </a></td><td>Labels</td><td>説明</td></tr><tr><td style=\"white-space:nowrap\">associations<a name=\"state-of-mind-codes-associations\"> </a></td><td>Associations</td><td>関連</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/state-of-mind-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "StateOfMind"] ; # 
  fhir:title [ fhir:v "State of Mind 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:publisher [ fhir:v "Fujitsu"] ; # 
  fhir:description [ fhir:v "Code for state of mind  \n心の状態を表すコード"] ; # 
  fhir:copyright [ fhir:v "Fujitsu"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "kind" ] ;
fhir:display [ fhir:v "Kind" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心の状態の種類" ]     ] )
  ] [
fhir:code [ fhir:v "valence" ] ;
fhir:display [ fhir:v "Valence" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心の状態の誘意性" ]     ] )
  ] [
fhir:code [ fhir:v "valenceClassification" ] ;
fhir:display [ fhir:v "Valence Classification" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心の状態" ]     ] )
  ] [
fhir:code [ fhir:v "labels" ] ;
fhir:display [ fhir:v "Labels" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "説明" ]     ] )
  ] [
fhir:code [ fhir:v "associations" ] ;
fhir:display [ fhir:v "Associations" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "関連" ]     ] )
  ] ) . #