Da Vinci - Documentation Templates and Rules 2.2.0-ballot - STU 2.2 - Ballot
Da Vinci - Documentation Templates and Rules - Downloaded Version 2.2.0-ballot 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Questionnaire ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "dtr-questionnaire"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example base questionnaire</div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-dtr/dtr-questionnaire"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.2.0-ballot"] ; # fhir:name [ fhir:v "DTRQuestionnaire"] ; # fhir:title [ fhir:v "Simple Questionnaire"] ; # fhir:status [ fhir:v "draft"] ; # fhir:subjectType ( [ fhir:v "Patient"] ) ; # fhir:date [ fhir:v "2020-01-16T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International / Clinical Decision Support" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] ) ] ) ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) . #