@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "financialtaskinputtype"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/financialtaskinputtype defines the following codes:

CodeDisplayDefinition
include IncludeThe name of a resource to include in a selection.
exclude ExcludeThe name of a resource to not include in a selection.
origresponse Original ResponseA reference to the response resource to the original processing of a resource.
reference Reference NumberA reference value which must be quoted to authorize an action.
item Item NumberThe sequence number associated with an item for reprocessing.
period PeriodThe reference period for the action being requested.
status Status codeThe processing status from a check on the processing status of a resource such as the adjudication of a claim.
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/financialtaskinputtype"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1392" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "FinancialTaskInputTypeCodes"] ; # fhir:title [ fhir:v "Financial Task Input Type Codes"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-03-09T14:36:19-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set includes Financial Task Input Type codes."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/financial-taskinputtype"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "include" ] ; fhir:display [ fhir:v "Include" ] ; fhir:definition [ fhir:v "The name of a resource to include in a selection." ] ] [ fhir:code [ fhir:v "exclude" ] ; fhir:display [ fhir:v "Exclude" ] ; fhir:definition [ fhir:v "The name of a resource to not include in a selection." ] ] [ fhir:code [ fhir:v "origresponse" ] ; fhir:display [ fhir:v "Original Response" ] ; fhir:definition [ fhir:v "A reference to the response resource to the original processing of a resource." ] ] [ fhir:code [ fhir:v "reference" ] ; fhir:display [ fhir:v "Reference Number" ] ; fhir:definition [ fhir:v "A reference value which must be quoted to authorize an action." ] ] [ fhir:code [ fhir:v "item" ] ; fhir:display [ fhir:v "Item Number" ] ; fhir:definition [ fhir:v "The sequence number associated with an item for reprocessing." ] ] [ fhir:code [ fhir:v "period" ] ; fhir:display [ fhir:v "Period" ] ; fhir:definition [ fhir:v "The reference period for the action being requested." ] ] [ fhir:code [ fhir:v "status" ] ; fhir:display [ fhir:v "Status code" ] ; fhir:definition [ fhir:v "The processing status from a check on the processing status of a resource such as the adjudication of a claim." ] ] ) . # # -------------------------------------------------------------------------------------