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

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

: Appetite Changes 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 "appetite-changes-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/appetite-changes-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\">increased<a name=\"appetite-changes-codes-increased\"> </a></td><td>Increased</td><td>The user’s appetite increased.</td><td>増進</td></tr><tr><td style=\"white-space:nowrap\">decreased<a name=\"appetite-changes-codes-decreased\"> </a></td><td>Decreased</td><td>The user’s appetite decreased.</td><td>減退</td></tr><tr><td style=\"white-space:nowrap\">unspecified<a name=\"appetite-changes-codes-unspecified\"> </a></td><td>Unspecified</td><td>An unspecified change in appetite.</td><td>あり</td></tr><tr><td style=\"white-space:nowrap\">noChange<a name=\"appetite-changes-codes-noChange\"> </a></td><td>No change</td><td>No change in the user’s appetite.</td><td>変化なし</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/appetite-changes-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "AppetiteChanges"] ; # 
  fhir:title [ fhir:v "Appetite Changes 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 "Codes expressing changes in appetite  \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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "increased" ] ;
fhir:display [ fhir:v "Increased" ] ;
fhir:definition [ fhir:v "The user’s appetite increased." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "増進" ]     ] )
  ] [
fhir:code [ fhir:v "decreased" ] ;
fhir:display [ fhir:v "Decreased" ] ;
fhir:definition [ fhir:v "The user’s appetite decreased." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "減退" ]     ] )
  ] [
fhir:code [ fhir:v "unspecified" ] ;
fhir:display [ fhir:v "Unspecified" ] ;
fhir:definition [ fhir:v "An unspecified change in appetite." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "あり" ]     ] )
  ] [
fhir:code [ fhir:v "noChange" ] ;
fhir:display [ fhir:v "No change" ] ;
fhir:definition [ fhir:v "No change in the user’s appetite." ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "変化なし" ]     ] )
  ] ) . #