0.1.0 - draft
NyTimelosingIG - Local Development build (v0.1.0). See the Directory of published versions
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-flag-code-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-hn-appointment-flag-code-cs.html\"><code>http://helsenorge.no/fhir/CodeSystem/hn-appointment-flag-code-cs</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://helsenorge.no/fhir/ValueSet/hn-appointment-flag-code-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "HnAppointmentFlagCodeVS"] ; # fhir:title [ fhir:v "hn-appointment-flag-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 Flag codes in nytimeløsing"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://helsenorge.no/fhir/CodeSystem/hn-appointment-flag-code-cs"^^xsd:anyURI ] ] ) ] . #