@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 -------------------------------------------------------------------

<https://profiles.ihe.net/PCC/APS/ValueSet/Alcohol.USe.Frequency.VS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Alcohol.USe.Frequency.VS"] ; # 
  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://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>{drink}/d</td><td>drinks per day</td></tr><tr><td>{drink}/wk</td><td>drinks per week</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/PCC/APS/ValueSet/Alcohol.USe.Frequency.VS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1-current"] ; # 
  fhir:name [ fhir:v "Alcohol_USe_Frequency_VS"] ; # 
  fhir:title [ fhir:v "Alcohol USe Frequency"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-10-24T22:43:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE Patient Care Coordination Committee"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "pcc@ihe.net" ]
     ] )
  ] [
     fhir:name [ fhir:v "IHE Patient Care Coordination Committee" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "pcc@ihe.net" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "TBD"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "{drink}/d" ] ;
         fhir:display [ fhir:v "drinks per day" ]
       ] [
         fhir:code [ fhir:v "{drink}/wk" ] ;
         fhir:display [ fhir:v "drinks per week" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

