Foundation
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: FHIR Infrastructure Work Group | Standards Status : Informative |
Compartments
:
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Real-world lifelines questionnaire (fictively taken from the patient)
@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 -------------------------------------------------------------------<http://hl7.org/fhir/Questionnaire/f201> a fhir:Questionnaire; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f201"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>Lifelines Questionnaire 1 part 1\n 1. Do you have allergies?\n 2. General Questions:\n 2.a) What is your gender?\n 2.b) What is your date of birth?\n 2.c) What is your country of birth?\n 2.d) What is your marital status?\n 3. Intoxications:\n 3.a) Do you smoke?\n 3.b) Do you drink alcohol?</pre>\n </div>" ]; fhir:Questionnaire.url [ fhir:value "http://hl7.org/fhir/Questionnaire/f201"]; fhir:Questionnaire.status [ fhir:value "active"]; fhir:Questionnaire.subjectType [ fhir:value "Patient"; fhir:index 0 ]; fhir:Questionnaire.date [ fhir:value "2010"^^xsd:gYear]; fhir:Questionnaire.code [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.org/system/code/lifelines/nl" ]; fhir:Coding.code [ fhir:value "VL 1-1, 18-65_1.2.2" ]; fhir:Coding.display [ fhir:value "Lifelines Questionnaire 1 part 1" ] ]; fhir:Questionnaire.item [ fhir:index 0; fhir:Questionnaire.item.linkId [ fhir:value "1" ]; fhir:Questionnaire.item.text [ fhir:value "Do you have allergies?" ]; fhir:Questionnaire.item.type [ fhir:value "boolean" ] ], [ fhir:index 1; fhir:Questionnaire.item.linkId [ fhir:value "2" ]; fhir:Questionnaire.item.text [ fhir:value "General questions" ]; fhir:Questionnaire.item.type [ fhir:value "group" ]; fhir:Questionnaire.item.item [ fhir:index 0; fhir:Questionnaire.item.linkId [ fhir:value "2.1" ]; fhir:Questionnaire.item.text [ fhir:value "What is your gender?" ]; fhir:Questionnaire.item.type [ fhir:value "string" ] ], [ fhir:index 1; fhir:Questionnaire.item.linkId [ fhir:value "2.2" ]; fhir:Questionnaire.item.text [ fhir:value "What is your date of birth?" ]; fhir:Questionnaire.item.type [ fhir:value "date" ] ], [ fhir:index 2; fhir:Questionnaire.item.linkId [ fhir:value "2.3" ]; fhir:Questionnaire.item.text [ fhir:value "What is your country of birth?" ]; fhir:Questionnaire.item.type [ fhir:value "string" ] ], [ fhir:index 3; fhir:Questionnaire.item.linkId [ fhir:value "2.4" ]; fhir:Questionnaire.item.text [ fhir:value "What is your marital status?" ]; fhir:Questionnaire.item.type [ fhir:value "string" ] ] ], [ fhir:index 2; fhir:Questionnaire.item.linkId [ fhir:value "3" ]; fhir:Questionnaire.item.text [ fhir:value "Intoxications" ]; fhir:Questionnaire.item.type [ fhir:value "group" ]; fhir:Questionnaire.item.item [ fhir:index 0; fhir:Questionnaire.item.linkId [ fhir:value "3.1" ]; fhir:Questionnaire.item.text [ fhir:value "Do you smoke?" ]; fhir:Questionnaire.item.type [ fhir:value "boolean" ] ], [ fhir:index 1; fhir:Questionnaire.item.linkId [ fhir:value "3.2" ]; fhir:Questionnaire.item.text [ fhir:value "Do you drink alchohol?" ]; fhir:Questionnaire.item.type [ fhir:value "boolean" ]<http://hl7.org/fhir/Questionnaire/f201> a fhir:Questionnaire ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "f201"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <pre>Lifelines Questionnaire 1 part 1\n 1. Do you have allergies?\n 2. General Questions:\n 2.a) What is your gender?\n 2.b) What is your date of birth?\n 2.c) What is your country of birth?\n 2.d) What is your marital status?\n 3. Intoxications:\n 3.a) Do you smoke?\n 3.b) Do you drink alcohol?</pre>\n \n </div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [ a fhir:Code ; fhir:v "fhir" ]] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Questionnaire/f201.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Questionnaire/f201.ttl> .] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/Questionnaire/f201"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/Questionnaire/f201> ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l <urn:ietf:rfc:3986> ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.20.6" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:subjectType ( [ fhir:v "Patient"] ) ; # fhir:date [ fhir:v "2010"^^xsd:gYear] ; # fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] ) ] ) ; # fhir:code ( [ fhir:system [ fhir:v "http://example.org/system/code/lifelines/nl"^^xsd:anyURI ; fhir:l <http://example.org/system/code/lifelines/nl> ] ; fhir:code [ fhir:v "VL 1-1, 18-65_1.2.2" ] ; fhir:display [ fhir:v "Lifelines Questionnaire 1 part 1" ] ] ) ; # fhir:item ( [ fhir:linkId [ fhir:v "1" ] ; fhir:text [ fhir:v "Do you have allergies?" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "2" ] ; fhir:text [ fhir:v "General questions" ] ; fhir:type [ fhir:v "group" ] ; fhir:item ( [ fhir:linkId [ fhir:v "2.1" ] ; fhir:text [ fhir:v "What is your gender?" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "2.2" ] ; fhir:text [ fhir:v "What is your date of birth?" ] ; fhir:type [ fhir:v "date" ] ] [ fhir:linkId [ fhir:v "2.3" ] ; fhir:text [ fhir:v "What is your country of birth?" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:linkId [ fhir:v "2.4" ] ; fhir:text [ fhir:v "What is your marital status?" ] ; fhir:type [ fhir:v "string" ] ] ) ] [ fhir:linkId [ fhir:v "3" ] ; fhir:text [ fhir:v "Intoxications" ] ; fhir:type [ fhir:v "group" ] ; fhir:item ( [ fhir:linkId [ fhir:v "3.1" ] ; fhir:text [ fhir:v "Do you smoke?" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:linkId [ fhir:v "3.2" ] ; fhir:text [ fhir:v "Do you drink alchohol?" ] ; fhir:type [ fhir:v "boolean" ] ] ) ] ) . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Mon,
Nov
1,
2019
09:36+1100.
QA
Page
10,
2025
15:23+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change