FHIR Implementation Guide for ABDM
3.0.1 - CI Build India flag


banner

FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions

: Vital Signs - TTL Representation

Draft as of 2021-03-26

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:Resource.id [ fhir:value "ndhm-vital-signs"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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=\"http://details.loinc.org/LOINC/61008-9.html\">61008-9</a></td><td>Body surface temperature</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/9279-1.html\">9279-1</a></td><td>Respiratory rate</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8867-4.html\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/2708-6.html\">2708-6</a></td><td>Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/85354-9.html\">85354-9</a></td><td>Blood pressure panel with all children optional</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-vital-signs"];
  fhir:ValueSet.version [ fhir:value "3.0.1"];
  fhir:ValueSet.name [ fhir:value "VitalSigns"];
  fhir:ValueSet.title [ fhir:value "Vital Signs"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2021-03-26"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "National Resource Center for EHR Standards"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://nrces.in/" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "This value set covers LOINC Codes for Vital Signs"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "IN" ]     ]
  ];
  fhir:ValueSet.copyright [ fhir:value "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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "61008-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Body surface temperature" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "9279-1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Respiratory rate" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "8867-4" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Heart rate" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2708-6" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Oxygen saturation in Arterial blood" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "85354-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Blood pressure panel with all children optional" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.