FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Plan Type - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ndhm-plan-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ndhm-plan-type</b></p><a name=\"ndhm-plan-type\"> </a><a name=\"hcndhm-plan-type\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-ndhm-plan-type.html\"><code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?7.0.0</span></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-plan-type"^^xsd:anyURI ;
fhir:l <https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-plan-type>
] ; #
fhir:version [ fhir:v "7.0.0"] ; #
fhir:name [ fhir:v "PlanType"] ; #
fhir:title [ fhir:v "Plan Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-07-05"^^xsd:date] ; #
fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; #
fhir:contact ( [
fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nrces.in/" ] ] )
] ) ; #
fhir:description [ fhir:v "This ValueSet contains a set of codes that can be utilized to categorize the type of insurance plans."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "India" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type"^^xsd:anyURI ;
fhir:l <https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type> ] ] )
] . #