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-general-well-being"] ; # 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/102499006\">102499006</a></td><td>Fit and well</td></tr><tr><td><a href=\"http://snomed.info/id/161901003\">161901003</a></td><td>Chronic sick</td></tr><tr><td><a href=\"http://snomed.info/id/271795006\">271795006</a></td><td>Malaise and fatigue</td></tr><tr><td><a href=\"http://snomed.info/id/248264000\">248264000</a></td><td>No complaints</td></tr><tr><td><a href=\"http://snomed.info/id/386705008\">386705008</a></td><td>Lightheadedness</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 365275006 (null)</li></ul></div>" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-general-well-being"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "GeneralWellbeing"] ; # fhir:title [ fhir:v "General Wellbeing"] ; # 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 General well-being 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 "102499006" ] ; fhir:display [ fhir:v "Fit and well" ] ] [ fhir:code [ fhir:v "161901003" ] ; fhir:display [ fhir:v "Chronic sick" ] ] [ fhir:code [ fhir:v "271795006" ] ; fhir:display [ fhir:v "Malaise and fatigue" ] ] [ fhir:code [ fhir:v "248264000" ] ; fhir:display [ fhir:v "No complaints" ] ] [ fhir:code [ fhir:v "386705008" ] ; fhir:display [ fhir:v "Lightheadedness" ] ] ) ] [ 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 "365275006" ] ] ) ] ) ] . #