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 "ecg-classification-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/ecg-classification-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\">sinusRhythm<a name=\"ecg-classification-codes-sinusRhythm\"> </a></td><td>Sinus rhythm</td><td>The sample exhibits no signs of atrial fibrillation.</td><td>洞調律</td></tr><tr><td style=\"white-space:nowrap\">atrialFibrillation<a name=\"ecg-classification-codes-atrialFibrillation\"> </a></td><td>Atrial fibrillation</td><td>The sample exhibits signs of atrial fibrillation.</td><td>心房細動</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveHighHeartRate<a name=\"ecg-classification-codes-inconclusiveHighHeartRate\"> </a></td><td>Inconclusive high heart rate</td><td>An unclassifiable sample caused by a rapid heart rate.</td><td>心拍数が120より上</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveLowHeartRate<a name=\"ecg-classification-codes-inconclusiveLowHeartRate\"> </a></td><td>Inconclusive low heartrate</td><td>An unclassifiable sample caused by a heart rate below 50 bpm.</td><td>心拍数が50より下</td></tr><tr><td style=\"white-space:nowrap\">inconclusivePoorReading<a name=\"ecg-classification-codes-inconclusivePoorReading\"> </a></td><td>Inconclusive poor reading</td><td>An unclassifiable sample caused by an unclear signal.</td><td>判定不能</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveOther<a name=\"ecg-classification-codes-inconclusiveOther\"> </a></td><td>Inconclusive other</td><td>An unclassifiable sample caused by an unknown issue.</td><td>その他</td></tr><tr><td style=\"white-space:nowrap\">unrecognized<a name=\"ecg-classification-codes-unrecognized\"> </a></td><td>Unrecognized</td><td>A sample classification that this version of HealthKit doesn’t recognize.</td><td>認識できない記録</td></tr><tr><td style=\"white-space:nowrap\">notSet<a name=\"ecg-classification-codes-notSet\"> </a></td><td>Not set</td><td>A sample that doesn’t have an assigned classification.</td><td>未設定</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/ecg-classification-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "EcgClassification"] ; #
fhir:title [ fhir:v "ECG Classification 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 for classification of ECG waveforms \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 "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "sinusRhythm" ] ;
fhir:display [ fhir:v "Sinus rhythm" ] ;
fhir:definition [ fhir:v "The sample exhibits no signs of atrial fibrillation." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "洞調律" ] ] )
] [
fhir:code [ fhir:v "atrialFibrillation" ] ;
fhir:display [ fhir:v "Atrial fibrillation" ] ;
fhir:definition [ fhir:v "The sample exhibits signs of atrial fibrillation." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心房細動" ] ] )
] [
fhir:code [ fhir:v "inconclusiveHighHeartRate" ] ;
fhir:display [ fhir:v "Inconclusive high heart rate" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by a rapid heart rate." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心拍数が120より上" ] ] )
] [
fhir:code [ fhir:v "inconclusiveLowHeartRate" ] ;
fhir:display [ fhir:v "Inconclusive low heartrate" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by a heart rate below 50 bpm." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "心拍数が50より下" ] ] )
] [
fhir:code [ fhir:v "inconclusivePoorReading" ] ;
fhir:display [ fhir:v "Inconclusive poor reading" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by an unclear signal." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "判定不能" ] ] )
] [
fhir:code [ fhir:v "inconclusiveOther" ] ;
fhir:display [ fhir:v "Inconclusive other" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by an unknown issue." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "その他" ] ] )
] [
fhir:code [ fhir:v "unrecognized" ] ;
fhir:display [ fhir:v "Unrecognized" ] ;
fhir:definition [ fhir:v "A sample classification that this version of HealthKit doesn’t recognize." ] ;
( fhir:designation [
fhir:language [ fhir:v "ja" ] ;
fhir:value [ fhir:v "認識できない記録" ] ] )
] [
fhir:code [ fhir:v "notSet" ] ;
fhir:display [ fhir:v "Not set" ] ;
fhir:definition [ fhir:v "A sample that doesn’t have an assigned classification." ] ;
( 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