@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 "
Placeholder
" ] ; # 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 "0.1.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 "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Financial Management"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set includes Financial Task Input Type codes."] ; # fhir:copyright [ fhir:v "This is an example set."] ; # 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." ] ] ) . # # -------------------------------------------------------------------------------------