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 "body-posture-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/body-posture-codes</code> は次のコードたち in an undefined heirarchyを定義します:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Japanese (ja)</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">sitting<a name=\"body-posture-codes-sitting\"> </a></td><td>Sitting</td><td>座位</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">standing<a name=\"body-posture-codes-standing\"> </a></td><td>Standing</td><td>立位</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">lyingDown<a name=\"body-posture-codes-lyingDown\"> </a></td><td>Lying down</td><td>臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> supine<a name=\"body-posture-codes-supine\"> </a></td><td>Supine</td><td>仰臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> prone<a name=\"body-posture-codes-prone\"> </a></td><td>Prone</td><td>腹臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> recumbent<a name=\"body-posture-codes-recumbent\"> </a></td><td>Recumbent</td><td>側臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> semiRecumbent<a name=\"body-posture-codes-semiRecumbent\"> </a></td><td>Semi recumbent</td><td>半側臥位</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/body-posture-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "BodyPosture"] ; #
fhir:title [ fhir:v "Body Posture 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 posture \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 "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "sitting" ] ;
fhir:display [ fhir:v "Sitting" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "座位" ] ] )
] [
fhir:code [ fhir:v "standing" ] ;
fhir:display [ fhir:v "Standing" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "立位" ] ] )
] [
fhir:code [ fhir:v "lyingDown" ] ;
fhir:display [ fhir:v "Lying down" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "臥位" ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "supine" ] ;
fhir:display [ fhir:v "Supine" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "仰臥位" ] ] ) ] [
fhir:code [ fhir:v "prone" ] ;
fhir:display [ fhir:v "Prone" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "腹臥位" ] ] ) ] [
fhir:code [ fhir:v "recumbent" ] ;
fhir:display [ fhir:v "Recumbent" ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "側臥位" ] ] ) ] [
fhir:code [ fhir:v "semiRecumbent" ] ;
fhir:display [ fhir:v "Semi recumbent" ] ;
( 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