0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task Code - TTL Representation

Draft as of 2024-08-15

Raw ttl | Download


@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:id [ fhir:v "task-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet task-code</b></p><a name=\"task-code\"> </a><a name=\"hctask-code\"> </a><a name=\"task-code-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>process-request</td><td>Primary task associated with tracking the status of a service request</td></tr><tr><td>process-request-consult</td><td>Primary task associated with tracking the status of an eConsult service request</td></tr><tr><td>request-for-information-for-requester</td><td>Request for more information Information to be completed by the referral requester</td></tr><tr><td>general-task</td><td>General ad-hoc tasks that for a referral detailed in Task.description (e.g., Contact supervisor for final approval)</td></tr><tr><td>data-correction</td><td>Providing up-to-date information of patient records/referral information (generally is from provider to the requester)</td></tr><tr><td>manage-request</td><td>To identify changes in the Referral Request Contributor</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.ca/fhir/eReferral/ValueSet/task-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TaskCode"] ; # 
  fhir:title [ fhir:v "Task Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-08-15T11:24:57-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Contains codes indicating the type of action that is expected to be performed."] ; # 
  fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "process-request" ] ;
fhir:display [ fhir:v "Primary task associated with tracking the status of a service request" ]       ] [
fhir:code [ fhir:v "process-request-consult" ] ;
fhir:display [ fhir:v "Primary task associated with tracking the status of an eConsult service request" ]       ] [
fhir:code [ fhir:v "request-for-information-for-requester" ] ;
fhir:display [ fhir:v "Request for more information Information to be completed by the referral requester" ]       ] [
fhir:code [ fhir:v "general-task" ] ;
fhir:display [ fhir:v "General ad-hoc tasks that for a referral detailed in Task.description (e.g., Contact supervisor for final approval)" ]       ] [
fhir:code [ fhir:v "data-correction" ] ;
fhir:display [ fhir:v "Providing up-to-date information of patient records/referral information (generally is from provider to the requester)" ]       ] [
fhir:code [ fhir:v "manage-request" ] ;
fhir:display [ fhir:v "To identify changes in the Referral Request Contributor" ]       ] )     ] )
  ] . #