0.1.0 - draft

NyTimelosingIG - Local Development build (v0.1.0). See the Directory of published versions

: hn-appointment-ServiceCategory-code-vs - TTL Representation

Draft as of 2024-06-01

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 "hn-appointment-ServiceCategory-code-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://terminology.hl7.org/5.5.0/CodeSystem-service-category.html\"><code>http://terminology.hl7.org/CodeSystem/service-category</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://terminology.hl7.org/5.5.0/CodeSystem-service-category.html#service-category-10\">10</a></td><td>Dental</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-category.html#service-category-27\">27</a></td><td>Specialist Medical</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-category.html#service-category-17\">17</a></td><td>General Practice</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-category.html#service-category-7\">7</a></td><td>Community Health Care</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/ValueSet/hn-appointment-ServiceCategory-code-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HnAppointmentServiceCategoryVS"] ; # 
  fhir:title [ fhir:v "hn-appointment-ServiceCategory-code-vs"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-01T10:49:22+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for ServiceCategory codes in nytimeløsing"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Dental" ]       ] [
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Specialist Medical" ]       ] [
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ]       ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Community Health Care" ]       ] )     ] )
  ] . #