0.1.0 - ci-build
EgdeVJ_IG - Local Development build (v0.1.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 "vj-goal-achievement-status"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/goal-achievement</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>in-progress</td><td/></tr><tr><td>achieved</td><td/></tr><tr><td>not-achieved</td><td/></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://fhir.onegde.no/ValueSet/vj-goal-achievement-status"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "GoalAchievementStatus"];
fhir:ValueSet.title [ fhir:value "Goal achievement status"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-08-18T14:36:33+02:00"^^xsd:dateTime];
fhir:ValueSet.description [ fhir:value "Describes the progression, or lack thereof, towards the goal against the target."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/ValueSet/goal-achievement" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "in-progress" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "achieved" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "not-achieved" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.