特定保健指導
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-SPECIFIC-HEALTH-InterviewResultCode3"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2021-05-11T06:20:42.566+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ndlCM0scWGmv2l7P" ]
];
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-InterviewResultCode3 defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://igs.healthdataworks.net/jp-specific-health-checkups/CodeSystem-CodeSystem-JP-SPECIFIC-HEALTH-InterviewResultCode3"];
fhir:CodeSystem.version [ fhir:value "0.8.0"];
fhir:CodeSystem.name [ fhir:value "InterviewResultCode3"];
fhir:CodeSystem.title [ fhir:value "問診結果コード3"];
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 "特定健診・特定保健指導で使用されている問診結果コードです。"];
fhir:CodeSystem.valueSet [
fhir:value "https://igs.healthdataworks.net/jp-specific-health-checkups/ValueSet-ValueSet-JP-SPECIFIC-HEALTH-InterviewResultCode3.html";
fhir:link <https://igs.healthdataworks.net/jp-specific-health-checkups/ValueSet-ValueSet-JP-SPECIFIC-HEALTH-InterviewResultCode3.html>
];
fhir:CodeSystem.content [ fhir:value "complete"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.