This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). 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 JSON (canonical form + also see JSON Format Specification)
Glasgow Coma Score example answers
{ "resourceType": "QuestionnaireResponse", "id": "gcs", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>todo</div></div>" }, "questionnaire": "http://hl7.org/fhir/Questionnaire/gcs", "status": "completed", "subject": { "reference": "Patient/example", "display": "Peter James Chalmers" }, "authored": "2014-12-11T04:44:16Z", "source": { "reference": "Practitioner/f007" }, "item": [ { "linkId": "1.1", "answer": [ { "valueCoding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", "valueDecimal": 4 } ], "system": "http://loinc.org", "code": "LA6560-2", "display": "Confused" } } ] }, { "linkId": "1.2", "answer": [ { "valueCoding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", "valueDecimal": 5 } ], "system": "http://loinc.org", "code": "LA6566-9", "display": "Localizing pain" } } ] }, { "linkId": "1.3", "answer": [ { "valueCoding": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", "valueDecimal": 4 } ], "system": "http://loinc.org", "code": "LA6556-0", "display": "Eyes open spontaneously" } } ] } ] }
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.