Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release
Publication Build: This will be filled in by the publication tooling
Active as of 2024-12-19 |
@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-valence-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-valence-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\">veryUnpleasant<a name=\"state-of-mind-valence-codes-veryUnpleasant\"> </a></td><td>Very Unpleasant</td><td>非常に不快</td></tr><tr><td style=\"white-space:nowrap\">unpleasant<a name=\"state-of-mind-valence-codes-unpleasant\"> </a></td><td>Unpleasant</td><td>不快</td></tr><tr><td style=\"white-space:nowrap\">slightlyUnpleasant<a name=\"state-of-mind-valence-codes-slightlyUnpleasant\"> </a></td><td>Unpleasant</td><td>やや不快</td></tr><tr><td style=\"white-space:nowrap\">neutral<a name=\"state-of-mind-valence-codes-neutral\"> </a></td><td>Slightly Neutral</td><td>どちらとも言えない</td></tr><tr><td style=\"white-space:nowrap\">slightlyPleasant<a name=\"state-of-mind-valence-codes-slightlyPleasant\"> </a></td><td>Slightly Pleasant</td><td>やや快適</td></tr><tr><td style=\"white-space:nowrap\">pleasant<a name=\"state-of-mind-valence-codes-pleasant\"> </a></td><td>Pleasant</td><td>快適</td></tr><tr><td style=\"white-space:nowrap\">veryPleasant<a name=\"state-of-mind-valence-codes-veryPleasant\"> </a></td><td>Very Pleasant</td><td>非常に快適</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/state-of-mind-valence-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "StateOfMindValence"] ; #
fhir:title [ fhir:v "State of Mind Valence 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 "Codes for state of mind valence \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 "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "veryUnpleasant" ] ;
fhir:display [ fhir:v "Very Unpleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "非常に不快" ] ] )
] [
fhir:code [ fhir:v "unpleasant" ] ;
fhir:display [ fhir:v "Unpleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "不快" ] ] )
] [
fhir:code [ fhir:v "slightlyUnpleasant" ] ;
fhir:display [ fhir:v "Unpleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "やや不快" ] ] )
] [
fhir:code [ fhir:v "neutral" ] ;
fhir:display [ fhir:v "Slightly Neutral" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "どちらとも言えない" ] ] )
] [
fhir:code [ fhir:v "slightlyPleasant" ] ;
fhir:display [ fhir:v "Slightly Pleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "やや快適" ] ] )
] [
fhir:code [ fhir:v "pleasant" ] ;
fhir:display [ fhir:v "Pleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "快適" ] ] )
] [
fhir:code [ fhir:v "veryPleasant" ] ;
fhir:display [ fhir:v "Very Pleasant" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "非常に快適" ] ] )
] ) . #
IG © 2024+ Fujitsu . Package fhir.pghd#0.5.0 based on FHIR 4.0.1. Generated 2024-12-19
Links: Table of Contents |
QA Report