@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ndhm-insuranceplan-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-insuranceplan-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "InsurancePlanType"] ; #
fhir:title [ fhir:v "InsurancePlan Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-05"^^xsd:date] ; #
fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://nrces.in/" ]
] )
] ) ; #
fhir:description [ fhir:v "The Valueset comprises codes employed for categorizing different Insurance product. It is created by referring the Health Insurance Data Reporting Manual provided by the Insurance Information Bureau of India (IIB). For more information, visit IIB's official website: https://iib.gov.in or access the manual directly at: https://healthapp.iib.gov.in/IIB/datamanuals/hidmanual08.pdf."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ]
] )
] ) ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------