Patient-Generated Health Data (PGHD) Implementation Guide 0.5.0 - release
Publication Build: This will be filled in by the publication tooling
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 "ecg-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-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\">classification<a name=\"ecg-codes-classification\"> </a></td><td>Classification</td><td>Classifications returned by Apple Watch’s ECG algorithm.</td><td>判定</td></tr><tr><td style=\"white-space:nowrap\">symptomsStatus<a name=\"ecg-codes-symptomsStatus\"> </a></td><td>Symptoms status</td><td>A value that indicates whether the user entered a symptom when they recorded the ECG.</td><td>症状</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/ecg-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.5.0"] ; # fhir:name [ fhir:v "Ecg"] ; # 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 ECG and related items \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 "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "classification" ] ; fhir:display [ fhir:v "Classification" ] ; fhir:definition [ fhir:v "Classifications returned by Apple Watch’s ECG algorithm." ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "判定" ] ] ) ] [ fhir:code [ fhir:v "symptomsStatus" ] ; fhir:display [ fhir:v "Symptoms status" ] ; fhir:definition [ fhir:v "A value that indicates whether the user entered a symptom when they recorded the ECG." ] ; ( fhir:designation [ fhir:language [ fhir:v "ja" ] ; fhir:value [ fhir:v "症状" ] ] ) ] ) . #