Smart Bear Implementation Guide
1.0.0 - ci-build
Smart Bear Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "HUIQuestionsVS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-HUIQuestions-code-system.html\"><code>https://140.164.14.210/fhir/CodeSystem/HUIQuestions-code-system</code></a></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://140.164.14.210/fhir/ValueSet/HUIQuestionsVS"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "HUIQuestionsVS"];
fhir:ValueSet.title [ fhir:value "HUI Questions Value Set"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-06-09T14:27:31+02:00"^^xsd:dateTime];
fhir:ValueSet.description [ fhir:value "Value set including all codes from HUI Questions Code System"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://140.164.14.210/fhir/CodeSystem/HUIQuestions-code-system" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.