@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

This value set includes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-general-well-being"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.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" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------