@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehealth-questionnaire-item-image-format"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "- Include these codes as defined in
urn:ietf:bcp:13
Code | Display | Dansk (Danish, da) |
image/png | PNG image format | PNG billedformat |
image/jpeg | JPEG image format | JPEG billedformat |
image/svg+xml | SVG og XML format | SVG og XML format |
"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/questionnaire-item-image-format"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.1.0"] ; #
fhir:name [ fhir:v "QuestionnaireItemImageFormat"] ; #
fhir:title [ fhir:v "Questionnaire Item Image Format"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-09-16"^^xsd:date] ; #
fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
] )
] ) ; #
fhir:description [ fhir:v "Questionnaire item image format value set."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "image/png" ] ;
fhir:display [ fhir:v "PNG image format" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "PNG billedformat" ]
] )
] [
fhir:code [ fhir:v "image/jpeg" ] ;
fhir:display [ fhir:v "JPEG image format" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "JPEG billedformat" ]
] )
] [
fhir:code [ fhir:v "image/svg+xml" ] ;
fhir:display [ fhir:v "SVG og XML format" ] ;
fhir:designation ( [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "SVG og XML format" ]
] )
] )
] )
] . #
# -------------------------------------------------------------------------------------