This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "TaskBusinessStatusCS"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "6" ]; fhir:Meta.lastUpdated [ fhir:value "2019-12-20T08:02:42.000+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Task Business Status Code System</h2><div><p>BSeR Task Business Status code system</p>\n</div><p>This code system http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">2.0<a name=\"TaskBusinessStatusCS-2.460\"> </a></td><td>Service Request Created</td><td/></tr><tr><td style=\"white-space:nowrap\">3.0<a name=\"TaskBusinessStatusCS-3.460\"> </a></td><td>Service Request Accepted</td><td/></tr><tr><td style=\"white-space:nowrap\">4.0<a name=\"TaskBusinessStatusCS-4.460\"> </a></td><td>Service Request Declined</td><td/></tr><tr><td style=\"white-space:nowrap\">5.4<a name=\"TaskBusinessStatusCS-5.464\"> </a></td><td>Service Request Cancellation Requested</td><td/></tr><tr><td style=\"white-space:nowrap\">5.x<a name=\"TaskBusinessStatusCS-5.46x\"> </a></td><td>Service Request Fulfillment Initiated</td><td/></tr><tr><td style=\"white-space:nowrap\">6.0<a name=\"TaskBusinessStatusCS-6.460\"> </a></td><td>Service Request Fulfillment Cancelled</td><td/></tr><tr><td style=\"white-space:nowrap\">7.0<a name=\"TaskBusinessStatusCS-7.460\"> </a></td><td>Service Request Fulfillment Completed</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "TaskBusinessStatusCS"]; fhir:CodeSystem.title [ fhir:value "Task Business Status Code System"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2020-03-02T22:24:28+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 International - Public Health Work Group"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health Work Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/pher" ] ] ]; fhir:CodeSystem.description [ fhir:value "BSeR Task Business Status code system"]; fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.versionNeeded [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "2.0" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Created" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "3.0" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Accepted" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "4.0" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Declined" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "5.4" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Cancellation Requested" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "5.x" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Fulfillment Initiated" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "6.0" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Fulfillment Cancelled" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "7.0" ]; fhir:CodeSystem.concept.display [ fhir:value "Service Request Fulfillment Completed" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.