@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "claim-type"] ; # fhir:meta [ fhir:versionId [ fhir:v "8" ] ; fhir:lastUpdated [ fhir:v "2024-09-01T14:17:21.551+03:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet claim-type

version: 8; Last updated: 2024-09-01 14:17:21+0300

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/claim-type
    CodeDisplayDefinition
    institutionalInstitutionalHospital, clinic and typically inpatient claims.
    oralDentalDental, Denture and Hygiene claims.
    pharmacyPharmacyPharmacy claims for goods and services.
    professionalProfessionalTypically, outpatient claims from Physician, Psychological, Chiropractor, Physiotherapy, Speech Pathology, rehabilitative, consulting.
    visionOpticalVision claims for professional services and products such as glasses and contact lenses.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/ValueSet/claim-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "ClaimTypeCodes"] ; # fhir:title [ fhir:v "Claim Type Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2024-09-01T11:17:21.987Z"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Saudi Arabia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Saudi Arabia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://test-project.org/test-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "Claim Type codes used to indicate the style of claim to support the requirements of different discipline such as: 'institutional', 'pharmacy', 'oral'."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "SA" ] ; fhir:display [ fhir:v "Saudi Arabia" ] ] ) ] ) ; # fhir:immutable [ fhir:v false] ; # fhir:copyright [ fhir:v "nphies 2020+ (https://nphies.sa)"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "institutional" ] ; fhir:display [ fhir:v "Institutional" ] ] [ fhir:code [ fhir:v "oral" ] ; fhir:display [ fhir:v "Dental" ] ] [ fhir:code [ fhir:v "pharmacy" ] ; fhir:display [ fhir:v "Pharmacy" ] ] [ fhir:code [ fhir:v "professional" ] ; fhir:display [ fhir:v "Professional" ] ] [ fhir:code [ fhir:v "vision" ] ; fhir:display [ fhir:v "Optical" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------