@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-view-for-type"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in http://hl7.org/fhir/resource-types
    CodeDisplayDefinitionDansk (Danish, da)
    QuestionnaireQuestionnaireA structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.Spørgeskema
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/view-for-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.0"] ; # fhir:name [ fhir:v "ViewType"] ; # fhir:title [ fhir:v "View For Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-10-20T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "View for types"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "Questionnaire" ] ; fhir:display [ fhir:v "Questionnaire" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Spørgeskema" ] ] ) ] ) ] ) ] . # # -------------------------------------------------------------------------------------