This page is part of the Bidirectional Services eReferrals (BSeR) (v2.0.0-ballot: STU 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Task Business Status Code System - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TaskBusinessStatusCS"] ; #
fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2023-05-07T20:55:42.968Z"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">2.0<a name=\"TaskBusinessStatusCS-2.460\"> </a></td><td>Service Request Created</td></tr><tr><td style=\"white-space:nowrap\">3.0<a name=\"TaskBusinessStatusCS-3.460\"> </a></td><td>Service Request Accepted</td></tr><tr><td style=\"white-space:nowrap\">4.0<a name=\"TaskBusinessStatusCS-4.460\"> </a></td><td>Service Request Declined</td></tr><tr><td style=\"white-space:nowrap\">5.2<a name=\"TaskBusinessStatusCS-5.462\"> </a></td><td>Service Request Cancellation Requested</td></tr><tr><td style=\"white-space:nowrap\">5.1.1<a name=\"TaskBusinessStatusCS-5.461.461\"> </a></td><td>Serivce Request Event Scheduled</td></tr><tr><td style=\"white-space:nowrap\">6.0<a name=\"TaskBusinessStatusCS-6.460\"> </a></td><td>Service Request Fulfillment Cancelled</td></tr><tr><td style=\"white-space:nowrap\">7.0<a name=\"TaskBusinessStatusCS-7.460\"> </a></td><td>Service Request Fulfillment Completed</td></tr><tr><td style=\"white-space:nowrap\">5.1.2<a name=\"TaskBusinessStatusCS-5.461.462\"> </a></td><td>Scheduled Service Request Event Unattended</td></tr><tr><td style=\"white-space:nowrap\">5.1.3<a name=\"TaskBusinessStatusCS-5.461.463\"> </a></td><td>Scheduled Service Request Event Cancelled</td></tr><tr><td style=\"white-space:nowrap\">5.1.4<a name=\"TaskBusinessStatusCS-5.461.464\"> </a></td><td>Service Request Event Completed</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0-ballot"] ; #
fhir:name [ fhir:v "TaskBusinessStatusCS"] ; #
fhir:title [ fhir:v "Task Business Status Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-31T02:26:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Public Health Working Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Public Health Working Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pher@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "BSeR Task Business Status code system"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "2.0" ] ;
fhir:display [ fhir:v "Service Request Created" ]
] [
fhir:code [ fhir:v "3.0" ] ;
fhir:display [ fhir:v "Service Request Accepted" ]
] [
fhir:code [ fhir:v "4.0" ] ;
fhir:display [ fhir:v "Service Request Declined" ]
] [
fhir:code [ fhir:v "5.2" ] ;
fhir:display [ fhir:v "Service Request Cancellation Requested" ]
] [
fhir:code [ fhir:v "5.1.1" ] ;
fhir:display [ fhir:v "Serivce Request Event Scheduled" ]
] [
fhir:code [ fhir:v "6.0" ] ;
fhir:display [ fhir:v "Service Request Fulfillment Cancelled" ]
] [
fhir:code [ fhir:v "7.0" ] ;
fhir:display [ fhir:v "Service Request Fulfillment Completed" ]
] [
fhir:code [ fhir:v "5.1.2" ] ;
fhir:display [ fhir:v "Scheduled Service Request Event Unattended" ]
] [
fhir:code [ fhir:v "5.1.3" ] ;
fhir:display [ fhir:v "Scheduled Service Request Event Cancelled" ]
] [
fhir:code [ fhir:v "5.1.4" ] ;
fhir:display [ fhir:v "Service Request Event Completed" ]
] ) . #