特定保健指導
0.8.0 - CI Build

このページは作成中の内容です。

: 生活機能評価の結果 2 - TTL Representation

Raw ttl | ダウンロード


@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:Resource.id [ fhir:value "CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-05-10T09:23:13.600+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#A2qBBpAWR7BSifEC" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://igs.healthdataworks.net/jp-specific-health-checkups/CodeSystem-CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2.html defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2-1\"> </a></td><td>すべて</td><td>すべて</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2-2\"> </a></td><td>運動器の機能向上</td><td>運動器の機能向上</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2-3\"> </a></td><td>栄養改善</td><td>栄養改善</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2-4\"> </a></td><td>口腔機能の向上</td><td>口腔機能の向上</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2-5\"> </a></td><td>その他(上記で2を選択したときに記載)</td><td>その他(上記で2を選択したときに記載)</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://igs.healthdataworks.net/jp-specific-health-checkups/CodeSystem-CodeSystem-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2.html"];
  fhir:CodeSystem.version [ fhir:value "0.8.0"];
  fhir:CodeSystem.name [ fhir:value "ResultsOfLifeFunctionEvaluation2"];
  fhir:CodeSystem.title [ fhir:value "生活機能評価の結果 2"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2021-09-14T21:55:32+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HealthDataWorks"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "小山内 尚、西山 喜樹、能崎 克行" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://healthdataworks.net/" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "特定健診・特定保健指導で使用されている生活機能評価の結果 2です。"];
  fhir:CodeSystem.valueSet [
     fhir:value "https://igs.healthdataworks.net/jp-specific-health-checkups/ValueSet-ValueSet-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2.html";
     fhir:link <https://igs.healthdataworks.net/jp-specific-health-checkups/ValueSet-ValueSet-JP-SPECIFIC-HEALTH-ResultsOfLifeFunctionEvaluation2.html>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "すべて" ];
     fhir:CodeSystem.concept.definition [ fhir:value "すべて" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "運動器の機能向上" ];
     fhir:CodeSystem.concept.definition [ fhir:value "運動器の機能向上" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "栄養改善" ];
     fhir:CodeSystem.concept.definition [ fhir:value "栄養改善" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "口腔機能の向上" ];
     fhir:CodeSystem.concept.definition [ fhir:value "口腔機能の向上" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "その他(上記で2を選択したときに記載)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "その他(上記で2を選択したときに記載)" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.