調剤レセプト
0.8.0 - CI Build

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

: 剤形コード - 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-REZEPT-DosageForm"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-05-07T03:21:27.033+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#91eXwBGmHd9Z589O" ]
  ];
  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-medication/CodeSystem-CodeSystem-JP-REZEPT-DosageForm.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-REZEPT-DosageForm-1\"> </a></td><td>内服</td><td>内服</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CodeSystem-JP-REZEPT-DosageForm-2\"> </a></td><td>内滴</td><td>内滴</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CodeSystem-JP-REZEPT-DosageForm-3\"> </a></td><td>屯服</td><td>屯服</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CodeSystem-JP-REZEPT-DosageForm-4\"> </a></td><td>注射</td><td>注射</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CodeSystem-JP-REZEPT-DosageForm-5\"> </a></td><td>外用</td><td>外用</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"CodeSystem-JP-REZEPT-DosageForm-6\"> </a></td><td>浸煎</td><td>浸煎</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"CodeSystem-JP-REZEPT-DosageForm-7\"> </a></td><td>湯</td><td>湯</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"CodeSystem-JP-REZEPT-DosageForm-9\"> </a></td><td>材料</td><td>材料</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://igs.healthdataworks.net/jp-rezept-medication/CodeSystem-CodeSystem-JP-REZEPT-DosageForm.html"];
  fhir:CodeSystem.version [ fhir:value "0.8.0"];
  fhir:CodeSystem.name [ fhir:value "DosageForm"];
  fhir:CodeSystem.title [ fhir:value "剤形コード"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2021-09-14T21:54:30+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_4_kiroku_chozai.pdf) の「別表11 剤形コード」に記載されています。"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "JP" ];
       fhir:Coding.display [ fhir:value "Japan" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Jurisdiction" ]
  ];
  fhir:CodeSystem.valueSet [
     fhir:value "https://igs.healthdataworks.net/jp-rezept-medication/ValueSet-ValueSet-JP-REZEPT-DosageForm.html";
     fhir:link <https://igs.healthdataworks.net/jp-rezept-medication/ValueSet-ValueSet-JP-REZEPT-DosageForm.html>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "8"^^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 "外用" ];
     fhir:CodeSystem.concept.definition [ fhir:value "外用" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "浸煎" ];
     fhir:CodeSystem.concept.definition [ fhir:value "浸煎" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "湯" ];
     fhir:CodeSystem.concept.definition [ fhir:value "湯" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "材料" ];
     fhir:CodeSystem.concept.definition [ fhir:value "材料" ]
  ].

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

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