This page is part of the Structured Data Capture FHIR IG (v3.0.0-preview: STU 3 Draft) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Draft | Maturity Level: 0 |
@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 "task-code"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-temp.html\"><code>http://hl7.org/fhir/uv/sdc/CodeSystem/temp</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-complete-questionnaire\">complete-questionnaire</a></td><td>Complete Questionnaire</td><td>Code indicating a request to complete the a questionnaire - e.g. by Task or ServiceRequest</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\"><code>http://hl7.org/fhir/CodeSystem/task-code</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html#task-code-fulfill\">fulfill</a></td><td>Fulfill the focal request</td><td>Act to perform the actions defined in the focus request. This might result in a 'more assertive' request (order for a plan or proposal, filler order for a placer order), but is intend to eventually result in events. The degree of fulfillment requested might be limited by Task.restriction.</td></tr></table></li></ul></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.valueCode [ fhir:value "draft" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.valueInteger [ fhir:value "0"^^xsd:integer ]
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/sdc/ValueSet/task-code"];
fhir:ValueSet.version [ fhir:value "3.0.0-preview"];
fhir:ValueSet.name [ fhir:value "TaskCode"];
fhir:ValueSet.title [ fhir:value "SDC Task Code"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.date [ fhir:value "2022-02-16T19:40:22+11:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 International - FHIR Infrastructure Work Group"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ] ]
];
fhir:ValueSet.description [ fhir:value "The codes allowed for an SDC Task seeking completion of a Questionnaire"];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/sdc/CodeSystem/temp" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "complete-questionnaire" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "fulfill" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.