This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw XML (canonical form + also see XML Format Specification)
Real-world lifelines questionnaire response (fictively taken from the patient) (id = "f201")
<?xml version="1.0" encoding="UTF-8"?> <QuestionnaireResponse xmlns="http://hl7.org/fhir"> <id value="f201"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><div> todo</div> </div> </text> <status value="completed"/> <!-- Fictive, only the below answers are non-fictive --> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <authored value="2013-06-18T00:00:00+01:00"/> <author> <reference value="Practitioner/f201"/> </author> <source> <reference value="Practitioner/f201"/> </source> <item> <linkId value="1"/> <text value="Do you have allergies?"/> <answer> <valueBoolean value="true"/> </answer> </item> <item> <!-- Answers to general questions --> <linkId value="2"/> <text value="General questions"/> <item> <linkId value="2.1"/> <text value="What is your gender?"/> <answer> <valueString value="Male"/> </answer> </item> <item> <linkId value="2.2"/> <text value="What is your date of birth?"/> <answer> <valueDate value="1960-03-13"/> </answer> </item> <item> <linkId value="2.3"/> <text value="What is your country of birth?"/> <answer> <valueString value="The Netherlands"/> </answer> </item> <item> <linkId value="2.4"/> <text value="What is your marital status?"/> <answer> <valueString value="married"/> </answer> </item> </item> <item> <!-- Answers to intoxications --> <linkId value="3"/> <text value="Intoxications"/> <item> <linkId value="3.1"/> <text value="Do you smoke?"/> <answer> <valueBoolean value="false"/> </answer> </item> <item> <linkId value="3.2"/> <text value="Do you drink alchohol?"/> <answer> <valueBoolean value="false"/> </answer> </item> </item> </QuestionnaireResponse>
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.