FHIR Implementation Guide for ABDM 3.1.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v3.1.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-vital-signs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/61008-9/\">61008-9</a></td><td>Body surface temperature</td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td>Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td>Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td>Blood pressure panel with all children optional</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-vital-signs"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "VitalSigns"] ; # fhir:title [ fhir:v "Vital Signs"] ; # 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 Vital Signs"] ; # 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 "61008-9" ] ; fhir:display [ fhir:v "Body surface temperature" ] ] [ fhir:code [ fhir:v "9279-1" ] ; fhir:display [ fhir:v "Respiratory rate" ] ] [ fhir:code [ fhir:v "8867-4" ] ; fhir:display [ fhir:v "Heart rate" ] ] [ fhir:code [ fhir:v "2708-6" ] ; fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ] ] [ fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ] ) ] . #