Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: ECG Lead Codes - TTL Representation

Active as of 2024-12-19

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-lead-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-lead-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">appleWatchSimilarToLeadI<a name=\"ecg-lead-codes-appleWatchSimilarToLeadI\"> </a></td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"ecg-lead-codes-I\"> </a></td></tr><tr><td style=\"white-space:nowrap\">II<a name=\"ecg-lead-codes-II\"> </a></td></tr><tr><td style=\"white-space:nowrap\">III<a name=\"ecg-lead-codes-III\"> </a></td></tr><tr><td style=\"white-space:nowrap\">aVR<a name=\"ecg-lead-codes-aVR\"> </a></td></tr><tr><td style=\"white-space:nowrap\">aVL<a name=\"ecg-lead-codes-aVL\"> </a></td></tr><tr><td style=\"white-space:nowrap\">aVF<a name=\"ecg-lead-codes-aVF\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V1<a name=\"ecg-lead-codes-V1\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V2<a name=\"ecg-lead-codes-V2\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V3<a name=\"ecg-lead-codes-V3\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V4<a name=\"ecg-lead-codes-V4\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V5<a name=\"ecg-lead-codes-V5\"> </a></td></tr><tr><td style=\"white-space:nowrap\">V6<a name=\"ecg-lead-codes-V6\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/CodeSystem/ecg-lead-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "EcgLead"] ; # 
  fhir:title [ fhir:v "ECG Lead 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 induction  \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 "13"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "appleWatchSimilarToLeadI" ] ;
fhir:display [ fhir:v "appleWatchSimilarToLeadI" ]
  ] [
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "I" ]
  ] [
fhir:code [ fhir:v "II" ] ;
fhir:display [ fhir:v "II" ]
  ] [
fhir:code [ fhir:v "III" ] ;
fhir:display [ fhir:v "III" ]
  ] [
fhir:code [ fhir:v "aVR" ] ;
fhir:display [ fhir:v "aVR" ]
  ] [
fhir:code [ fhir:v "aVL" ] ;
fhir:display [ fhir:v "aVL" ]
  ] [
fhir:code [ fhir:v "aVF" ] ;
fhir:display [ fhir:v "aVF" ]
  ] [
fhir:code [ fhir:v "V1" ] ;
fhir:display [ fhir:v "V1" ]
  ] [
fhir:code [ fhir:v "V2" ] ;
fhir:display [ fhir:v "V2" ]
  ] [
fhir:code [ fhir:v "V3" ] ;
fhir:display [ fhir:v "V3" ]
  ] [
fhir:code [ fhir:v "V4" ] ;
fhir:display [ fhir:v "V4" ]
  ] [
fhir:code [ fhir:v "V5" ] ;
fhir:display [ fhir:v "V5" ]
  ] [
fhir:code [ fhir:v "V6" ] ;
fhir:display [ fhir:v "V6" ]
  ] ) . #