歯科レセプト
0.8.0 - CI Build
このページは作成中の内容です。
@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-REZEPT-CounterBurdenClassification"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.lastUpdated [ fhir:value "2021-05-07T04:32:58.658+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#3yZxmj2r9S2B4ZLY" ]
];
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-rezept-medical/CodeSystem-CodeSystem-JP-REZEPT-CounterBurdenClassification.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\">00<a name=\"CodeSystem-JP-REZEPT-CounterBurdenClassification-00\"> </a></td><td>一部負担金・高額療養費の現物給付なし</td><td>一部負担金・高額療養費の現物給付なし</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"CodeSystem-JP-REZEPT-CounterBurdenClassification-01\"> </a></td><td>一部負担金・高額療養費現物給付あり</td><td>一部負担金・高額療養費現物給付あり</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"CodeSystem-JP-REZEPT-CounterBurdenClassification-04\"> </a></td><td>特別の費用の額</td><td>特別の費用の額</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://igs.healthdataworks.net/jp-rezept-medical/CodeSystem-CodeSystem-JP-REZEPT-CounterBurdenClassification.html"];
fhir:CodeSystem.version [ fhir:value "0.8.0"];
fhir:CodeSystem.name [ fhir:value "CounterBurdenClassification"];
fhir:CodeSystem.title [ fhir:value "窓口負担額区分コード"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2021-09-14T21:52:16+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 "レセプト電算処理システムで使用されている窓口負担額区分コードです。\n\n医科レセプトでこのコードは[オンライン又は光ディスク等による請求に係る記録条件仕様(医科用)](https://shinryohoshu.mhlw.go.jp/shinryohoshu/file/spec/R02bt1_1_kiroku.pdf) の「別表31 窓口負担額区分コード」に記載されています。\n\nDPCレセプトでこのコードは[オンライン又は光ディスク等による請求に係る記録条件仕様(DPC用)](https://shinryohoshu.mhlw.go.jp/shinryohoshu/file/spec/R02bt1_2_kiroku_dpc.pdf) の「別表40 窓口負担額区分コード」に記載されています。\n\n歯科レセプトでこのコードは[オンライン又は光ディスク等による請求に係る記録条件仕様(歯科用)](https://shinryohoshu.mhlw.go.jp/shinryohoshu/file/spec/R02bt1_3_kiroku_dental.pdf) の「別表30 窓口負担額区分コード」に記載されています。\n\n調剤レセプトでこのコードは[オンライン又は光ディスク等による請求に係る記録条件仕様(調剤用)](https://shinryohoshu.mhlw.go.jp/shinryohoshu/file/spec/R02bt1_4_kiroku_chozai.pdf) の「別表23 窓口負担額区分コード」に記載されています。"];
fhir:CodeSystem.valueSet [
fhir:value "https://igs.healthdataworks.net/jp-rezept-medical/ValueSet-ValueSet-JP-REZEPT-CounterBurdenClassification.html";
fhir:link <https://igs.healthdataworks.net/jp-rezept-medical/ValueSet-ValueSet-JP-REZEPT-CounterBurdenClassification.html>
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "00" ];
fhir:CodeSystem.concept.display [ fhir:value "一部負担金・高額療養費の現物給付なし" ];
fhir:CodeSystem.concept.definition [ fhir:value "一部負担金・高額療養費の現物給付なし" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "01" ];
fhir:CodeSystem.concept.display [ fhir:value "一部負担金・高額療養費現物給付あり" ];
fhir:CodeSystem.concept.definition [ fhir:value "一部負担金・高額療養費現物給付あり" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "04" ];
fhir:CodeSystem.concept.display [ fhir:value "特別の費用の額" ];
fhir:CodeSystem.concept.definition [ fhir:value "特別の費用の額" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.