FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

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

: Lifestyle - 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:id [ fhir:v "ndhm-lifestyle"] ; # 
  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://www.snomed.org/\"><code>http://snomed.info/sct</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://snomed.info/id/228273003\">228273003</a></td><td>Finding relating to alcohol drinking behavior</td></tr><tr><td><a href=\"http://snomed.info/id/365981007\">365981007</a></td><td>Finding of tobacco smoking behavior</td></tr><tr><td><a href=\"http://snomed.info/id/228509002\">228509002</a></td><td>Finding relating to tobacco chewing</td></tr><tr><td><a href=\"http://snomed.info/id/41829006\">41829006</a></td><td>Finding relating to tobacco chewing</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-lifestyle"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "Lifestyle"] ; # 
  fhir:title [ fhir:v "Lifestyle"] ; # 
  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 SNOMEDCT Codes for type of Lifestyle"] ; # 
  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://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "228273003" ] ;
fhir:display [ fhir:v "Finding relating to alcohol drinking behavior" ]       ] [
fhir:code [ fhir:v "365981007" ] ;
fhir:display [ fhir:v "Finding of tobacco smoking behavior" ]       ] [
fhir:code [ fhir:v "228509002" ] ;
fhir:display [ fhir:v "Finding relating to tobacco chewing" ]       ] [
fhir:code [ fhir:v "41829006" ] ;
fhir:display [ fhir:v "Finding relating to tobacco chewing" ]       ] )     ] )
  ] . #