0.1.0 - draft

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

: hn-appointment-AppointmentType-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-AppointmentType-code-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>urn:oid:2.16.578.1.12.4.1.1.7617</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>Vaksine</td><td>Vaksine time</td></tr><tr><td>Lab</td><td>Lab time</td></tr></table></li><li>Include these codes as defined in <code>urn:oid:2.16.578.1.12.4.1.1.8406</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td>Innleggelse</td></tr><tr><td>2</td><td>Dagbehandling</td></tr><tr><td>3</td><td>Poliklinisk time</td></tr><tr><td>8</td><td>Poliklinisk time</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-Hn-AppointmentTypeProposed-New-Codes-cs.html\"><code>http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://helsenorge.no/fhir/ValueSet/hn-appointment-AppointmentType-code-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HnAppointmentAppointmentTypeVS"] ; # 
  fhir:title [ fhir:v "hn-appointment-AppointmentType-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 AppointmentType codes in nytimeløsing that includes set of codes from diferent code systems"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.7617"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "Vaksine" ] ;
fhir:display [ fhir:v "Vaksine time" ]       ] [
fhir:code [ fhir:v "Lab" ] ;
fhir:display [ fhir:v "Lab time" ]       ] )     ] [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.1.8406"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Innleggelse" ]       ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Dagbehandling" ]       ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Poliklinisk time" ]       ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Poliklinisk time" ]       ] )     ] [
fhir:system [ fhir:v "http://helsenorge.no/fhir/CodeSystem/Hn-AppointmentTypeProposed-New-Codes-cs"^^xsd:anyURI ]     ] )
  ] . #