@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "claiminformationcategory"] ; # 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:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "fm" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/claiminformationcategory"^^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.1163" ] ] ) ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ClaimInformationCategoryCodes"] ; # fhir:title [ fhir:v "Claim Information Category 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 sample Information Category 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/claim-informationcategory"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "info" ] ; fhir:display [ fhir:v "Information" ] ; fhir:definition [ fhir:v "Codes conveying additional situation and condition information." ] ] [ fhir:code [ fhir:v "discharge" ] ; fhir:display [ fhir:v "Discharge" ] ; fhir:definition [ fhir:v "Discharge status and discharge to locations." ] ] [ fhir:code [ fhir:v "onset" ] ; fhir:display [ fhir:v "Onset" ] ; fhir:definition [ fhir:v "Period, start or end dates of aspects of the Condition." ] ] [ fhir:code [ fhir:v "related" ] ; fhir:display [ fhir:v "Related Services" ] ; fhir:definition [ fhir:v "Nature and date of the related event e.g. Last exam, service, X-ray etc." ] ] [ fhir:code [ fhir:v "exception" ] ; fhir:display [ fhir:v "Exception" ] ; fhir:definition [ fhir:v "Insurance policy exceptions." ] ] [ fhir:code [ fhir:v "material" ] ; fhir:display [ fhir:v "Materials Forwarded" ] ; fhir:definition [ fhir:v "Materials being forwarded, e.g. Models, molds, images, documents." ] ] [ fhir:code [ fhir:v "attachment" ] ; fhir:display [ fhir:v "Attachment" ] ; fhir:definition [ fhir:v "Materials attached such as images, documents and resources." ] ] [ fhir:code [ fhir:v "missingtooth" ] ; fhir:display [ fhir:v "Missing Tooth" ] ; fhir:definition [ fhir:v "Teeth which are missing for any reason, for example: prior extraction, never developed." ] ] [ fhir:code [ fhir:v "prosthesis" ] ; fhir:display [ fhir:v "Prosthesis" ] ; fhir:definition [ fhir:v "The type of prosthesis and date of supply if a previously supplied prosthesis." ] ] [ fhir:code [ fhir:v "other" ] ; fhir:display [ fhir:v "Other" ] ; fhir:definition [ fhir:v "Other information identified by the type.system." ] ] [ fhir:code [ fhir:v "hospitalized" ] ; fhir:display [ fhir:v "Hospitalized" ] ; fhir:definition [ fhir:v "An indication that the patient was hospitalized, the period if known otherwise a Yes/No (boolean)." ] ] [ fhir:code [ fhir:v "employmentimpacted" ] ; fhir:display [ fhir:v "EmploymentImpacted" ] ; fhir:definition [ fhir:v "An indication that the patient was unable to work, the period if known otherwise a Yes/No (boolean)." ] ] [ fhir:code [ fhir:v "externalcause" ] ; fhir:display [ fhir:v "External Caause" ] ; fhir:definition [ fhir:v "The external cause of an illness or injury." ] ] [ fhir:code [ fhir:v "patientreasonforvisit" ] ; fhir:display [ fhir:v "Patient Reason for Visit" ] ; fhir:definition [ fhir:v "The reason for the patient visit." ] ] ) . # # -------------------------------------------------------------------------------------