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-temperature-measurement-location-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-temperature-measurement-location-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\">other<a name=\"body-temperature-measurement-location-codes-other\"> </a></td><td>Other</td><td>The temperature was taken at a location that is not otherwise in this list.</td><td>その他</td></tr><tr><td style=\"white-space:nowrap\">armpit<a name=\"body-temperature-measurement-location-codes-armpit\"> </a></td><td>Armpit</td><td>The temperature was taken in the armpit.</td><td>脇の下</td></tr><tr><td style=\"white-space:nowrap\">body<a name=\"body-temperature-measurement-location-codes-body\"> </a></td><td>Body</td><td>The temperature was taken on the body.</td><td>体</td></tr><tr><td style=\"white-space:nowrap\">ear<a name=\"body-temperature-measurement-location-codes-ear\"> </a></td><td>Ear</td><td>The temperature was taken in the ear.</td><td>耳</td></tr><tr><td style=\"white-space:nowrap\">finger<a name=\"body-temperature-measurement-location-codes-finger\"> </a></td><td>Finger</td><td>The temperature was taken at the finger.</td><td>指</td></tr><tr><td style=\"white-space:nowrap\">gastroIntestinal<a name=\"body-temperature-measurement-location-codes-gastroIntestinal\"> </a></td><td>Gastrointestinal</td><td>The temperature was taken inside the gastrointestinal tract.</td><td>胃腸</td></tr><tr><td style=\"white-space:nowrap\">mouth<a name=\"body-temperature-measurement-location-codes-mouth\"> </a></td><td>Mouth</td><td>The temperature was taken in the mouth.</td><td>口</td></tr><tr><td style=\"white-space:nowrap\">rectum<a name=\"body-temperature-measurement-location-codes-rectum\"> </a></td><td>Rectum</td><td>The temperature was taken in the rectum.</td><td>直腸</td></tr><tr><td style=\"white-space:nowrap\">toe<a name=\"body-temperature-measurement-location-codes-toe\"> </a></td><td>Toe</td><td>The temperature was taken at the toe.</td><td>つま先</td></tr><tr><td style=\"white-space:nowrap\">earDrum<a name=\"body-temperature-measurement-location-codes-earDrum\"> </a></td><td>Ear drum</td><td>The temperature was taken on the eardrum.</td><td>鼓膜</td></tr><tr><td style=\"white-space:nowrap\">temporalArtery<a name=\"body-temperature-measurement-location-codes-temporalArtery\"> </a></td><td>Temporal artery</td><td>The temperature was taken at the temporal artery.</td><td>側頭動脈</td></tr><tr><td style=\"white-space:nowrap\">forehead<a name=\"body-temperature-measurement-location-codes-forehead\"> </a></td><td>Forehead</td><td>The temperature was taken on the forehead.</td><td>額</td></tr><tr><td style=\"white-space:nowrap\">vagina<a name=\"body-temperature-measurement-location-codes-vagina\"> </a></td><td>Vagina</td><td>The temperature was taken in the vagina.</td><td>膣</td></tr><tr><td style=\"white-space:nowrap\">wrist<a name=\"body-temperature-measurement-location-codes-wrist\"> </a></td><td>Wrist</td><td>The temperature was taken on the wrist.</td><td>手首</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/body-temperature-measurement-location-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "BodyTemperatureMeasurementLocation"] ; #
fhir:title [ fhir:v "Body Temperature Measurement Location 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 the location where the body temperature was measured \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 "14"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ] ;
fhir:definition [ fhir:v "The temperature was taken at a location that is not otherwise in this list." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "その他" ] ] )
] [
fhir:code [ fhir:v "armpit" ] ;
fhir:display [ fhir:v "Armpit" ] ;
fhir:definition [ fhir:v "The temperature was taken in the armpit." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "脇の下" ] ] )
] [
fhir:code [ fhir:v "body" ] ;
fhir:display [ fhir:v "Body" ] ;
fhir:definition [ fhir:v "The temperature was taken on the body." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "体" ] ] )
] [
fhir:code [ fhir:v "ear" ] ;
fhir:display [ fhir:v "Ear" ] ;
fhir:definition [ fhir:v "The temperature was taken in the ear." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "耳" ] ] )
] [
fhir:code [ fhir:v "finger" ] ;
fhir:display [ fhir:v "Finger" ] ;
fhir:definition [ fhir:v "The temperature was taken at the finger." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "指" ] ] )
] [
fhir:code [ fhir:v "gastroIntestinal" ] ;
fhir:display [ fhir:v "Gastrointestinal" ] ;
fhir:definition [ fhir:v "The temperature was taken inside the gastrointestinal tract." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "胃腸" ] ] )
] [
fhir:code [ fhir:v "mouth" ] ;
fhir:display [ fhir:v "Mouth" ] ;
fhir:definition [ fhir:v "The temperature was taken in the mouth." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "口" ] ] )
] [
fhir:code [ fhir:v "rectum" ] ;
fhir:display [ fhir:v "Rectum" ] ;
fhir:definition [ fhir:v "The temperature was taken in the rectum." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "直腸" ] ] )
] [
fhir:code [ fhir:v "toe" ] ;
fhir:display [ fhir:v "Toe" ] ;
fhir:definition [ fhir:v "The temperature was taken at the toe." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "つま先" ] ] )
] [
fhir:code [ fhir:v "earDrum" ] ;
fhir:display [ fhir:v "Ear drum" ] ;
fhir:definition [ fhir:v "The temperature was taken on the eardrum." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "鼓膜" ] ] )
] [
fhir:code [ fhir:v "temporalArtery" ] ;
fhir:display [ fhir:v "Temporal artery" ] ;
fhir:definition [ fhir:v "The temperature was taken at the temporal artery." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "側頭動脈" ] ] )
] [
fhir:code [ fhir:v "forehead" ] ;
fhir:display [ fhir:v "Forehead" ] ;
fhir:definition [ fhir:v "The temperature was taken on the forehead." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "額" ] ] )
] [
fhir:code [ fhir:v "vagina" ] ;
fhir:display [ fhir:v "Vagina" ] ;
fhir:definition [ fhir:v "The temperature was taken in the vagina." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "膣" ] ] )
] [
fhir:code [ fhir:v "wrist" ] ;
fhir:display [ fhir:v "Wrist" ] ;
fhir:definition [ fhir:v "The temperature was taken on the wrist." ] ;
( 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