@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-body-measurement"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-body-measurement"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "BodyMeasurement"] ; # fhir:title [ fhir:v "Body Measurement"] ; # 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 Codes for Body Measurement"] ; # 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 content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "39156-5" ] ; fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ] ] [ fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] [ fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] [ fhir:code [ fhir:v "56074-8" ] ; fhir:display [ fhir:v "Circumference Neck" ] ] [ fhir:code [ fhir:v "8280-0" ] ; fhir:display [ fhir:v "Waist Circumference at umbilicus by Tape measure" ] ] [ fhir:code [ fhir:v "56072-2" ] ; fhir:display [ fhir:v "Circumference Mid upper arm - right" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------