@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-general-assessment"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This value set includes codes based on the following rules:

  • Include these codes as defined in http://loinc.org
    CodeDisplay
    2339-0Glucose [Mass/volume] in Blood
    41604-0Fasting glucose [Mass/volume] in Capillary blood by Glucometer
    14743-9Glucose [Moles/volume] in Capillary blood by Glucometer
    14760-3Glucose [Moles/volume] in Capillary blood --2 hours post meal
    73708-0Body fat [Mass] Calculated
    34534-812 lead EKG panel
    8999-5Fluid intake oral Estimated
    9052-2Calorie intake total
    69429-9Metabolic rate --resting
    94122-9Oxygen consumption (VO2)/Body weight [Volume Rate Content] --peak during exercise
    8693-4Mental status
  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    365275006General well-being finding
" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-general-assessment"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "GeneralAssessment"] ; # fhir:title [ fhir:v "General Assessment"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-03-26"^^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 LOINC and SNOMED CT Codes for General Assessment"] ; # 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 "http://loinc.org"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "2339-0" ] ; fhir:display [ fhir:v "Glucose [Mass/volume] in Blood" ] ] [ fhir:code [ fhir:v "41604-0" ] ; fhir:display [ fhir:v "Fasting glucose [Mass/volume] in Capillary blood by Glucometer" ] ] [ fhir:code [ fhir:v "14743-9" ] ; fhir:display [ fhir:v "Glucose [Moles/volume] in Capillary blood by Glucometer" ] ] [ fhir:code [ fhir:v "14760-3" ] ; fhir:display [ fhir:v "Glucose [Moles/volume] in Capillary blood --2 hours post meal" ] ] [ fhir:code [ fhir:v "73708-0" ] ; fhir:display [ fhir:v "Body fat [Mass] Calculated" ] ] [ fhir:code [ fhir:v "34534-8" ] ; fhir:display [ fhir:v "12 lead EKG panel" ] ] [ fhir:code [ fhir:v "8999-5" ] ; fhir:display [ fhir:v "Fluid intake oral Estimated" ] ] [ fhir:code [ fhir:v "9052-2" ] ; fhir:display [ fhir:v "Calorie intake total" ] ] [ fhir:code [ fhir:v "69429-9" ] ; fhir:display [ fhir:v "Metabolic rate --resting" ] ] [ fhir:code [ fhir:v "94122-9" ] ; fhir:display [ fhir:v "Oxygen consumption (VO2)/Body weight [Volume Rate Content] --peak during exercise" ] ] [ fhir:code [ fhir:v "8693-4" ] ; fhir:display [ fhir:v "Mental status" ] ] ) ] [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "365275006" ] ; fhir:display [ fhir:v "General well-being finding" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------