@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 -------------------------------------------------------------------

<http://openhie.org/fhir/sri-lanka/CodeSystem/cs-risk-behaviour-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-risk-behaviour-codes"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://openhie.org/fhir/sri-lanka/CodeSystem/cs-risk-behaviour-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RA1<a name=\"cs-risk-behaviour-codes-RA1\"> </a></td><td>Physical activity</td><td>Physical activity status for the patient.</td></tr><tr><td style=\"white-space:nowrap\">RA2<a name=\"cs-risk-behaviour-codes-RA2\"> </a></td><td>Tobacco smoking</td><td>Tobacco smoking status for the patient.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://openhie.org/fhir/sri-lanka/CodeSystem/cs-risk-behaviour-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSRiskBehaviourCodes"] ; # 
  fhir:title [ fhir:v "Risk Behaviour"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-11-10T04:37:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Jembi Health Systems"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Jembi Health Systems" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.jembi.org" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@jembi.org" ]
     ] )
  ] [
     fhir:name [ fhir:v "Richard Langford" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for Risk Behaviour Data Elements"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "RA1" ] ;
     fhir:display [ fhir:v "Physical activity" ] ;
     fhir:definition [ fhir:v "Physical activity status for the patient." ]
  ] [
     fhir:code [ fhir:v "RA2" ] ;
     fhir:display [ fhir:v "Tobacco smoking" ] ;
     fhir:definition [ fhir:v "Tobacco smoking status for the patient." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

