FHIR Implementation Guide for ABDM 4.0.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @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-diet-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/24930006\">24930006</a></td><td>Vegan</td></tr><tr><td><a href=\"http://snomed.info/id/926305006\">926305006</a></td><td>Jain diet</td></tr><tr><td><a href=\"http://snomed.info/id/300928006\">300928006</a></td><td>Vegetarian</td></tr><tr><td><a href=\"http://snomed.info/id/162538009\">162538009</a></td><td>Ovo-lacto-vegetarian</td></tr><tr><td><a href=\"http://snomed.info/id/226228003\">226228003</a></td><td>Sikh diet</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 41829006 (null)</li></ul></div>" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-diet-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "DietType"] ; # fhir:title [ fhir:v "Diet Type"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-03-11"^^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 "This value set covers : All children (preferred term) of finding relating to Dietary finding (finding) of the SNOMED CT"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ] ) ] ) ; # fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "24930006" ] ; fhir:display [ fhir:v "Vegan" ] ] [ fhir:code [ fhir:v "926305006" ] ; fhir:display [ fhir:v "Jain diet" ] ] [ fhir:code [ fhir:v "300928006" ] ; fhir:display [ fhir:v "Vegetarian" ] ] [ fhir:code [ fhir:v "162538009" ] ; fhir:display [ fhir:v "Ovo-lacto-vegetarian" ] ] [ fhir:code [ fhir:v "226228003" ] ; fhir:display [ fhir:v "Sikh diet" ] ] ) ] [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "41829006" ] ] ) ] ) ] . #