This page is part of the FHIR Specification (v3.0.2: STU 3). 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
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Glasgow Coma Score example answers
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/QuestionnaireResponse/gcs> a fhir:QuestionnaireResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "gcs"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: gcs</p><p><b>questionnaire</b>: <a>Questionnaire/gcs</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a>Peter James Chalmers</a></p><p><b>authored</b>: 11/12/2014 4:44:16 AM</p><p><b>source</b>: <a>Practitioner/f007</a></p><blockquote><p><b>item</b></p><p><b>linkId</b>: 1.1</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Confused (Details: LOINC code LA6560-2 = 'Confused', stated as 'Confused')</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: 1.2</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Localizing pain (Details: LOINC code LA6566-9 = 'Localizing pain', stated as 'Localizing pain')</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: 1.3</p><h3>Answers</h3><table><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Eyes open spontaneously (Details: LOINC code LA6556-0 = 'Eyes open spontaneously', stated as 'Eyes open spontaneously')</td></tr></table></blockquote></div>" ]; fhir:QuestionnaireResponse.questionnaire [ fhir:link <http://hl7.org/fhir/Questionnaire/gcs>; fhir:Reference.reference [ fhir:value "Questionnaire/gcs" ] ]; fhir:QuestionnaireResponse.status [ fhir:value "completed"]; fhir:QuestionnaireResponse.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:QuestionnaireResponse.authored [ fhir:value "2014-12-11T04:44:16Z"^^xsd:dateTime]; fhir:QuestionnaireResponse.source [ fhir:link <http://hl7.org/fhir/Practitioner/f007>; fhir:Reference.reference [ fhir:value "Practitioner/f007" ] ]; fhir:QuestionnaireResponse.item [ fhir:index 0; fhir:QuestionnaireResponse.item.linkId [ fhir:value "1.1" ]; fhir:QuestionnaireResponse.item.answer [ fhir:index 0; fhir:QuestionnaireResponse.item.answer.valueCoding [ a loinc:LA6560-2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value" ]; fhir:Extension.valueDecimal [ fhir:value "4"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6560-2" ]; fhir:Coding.display [ fhir:value "Confused" ] ] ] ], [ fhir:index 1; fhir:QuestionnaireResponse.item.linkId [ fhir:value "1.2" ]; fhir:QuestionnaireResponse.item.answer [ fhir:index 0; fhir:QuestionnaireResponse.item.answer.valueCoding [ a loinc:LA6566-9; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value" ]; fhir:Extension.valueDecimal [ fhir:value "5"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6566-9" ]; fhir:Coding.display [ fhir:value "Localizing pain" ] ] ] ], [ fhir:index 2; fhir:QuestionnaireResponse.item.linkId [ fhir:value "1.3" ]; fhir:QuestionnaireResponse.item.answer [ fhir:index 0; fhir:QuestionnaireResponse.item.answer.valueCoding [ a loinc:LA6556-0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-CO-value" ]; fhir:Extension.valueDecimal [ fhir:value "4"^^xsd:decimal ] ]; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA6556-0" ]; fhir:Coding.display [ fhir:value "Eyes open spontaneously" ] ] ] ] . <http://hl7.org/fhir/Questionnaire/gcs> a fhir:Questionnaire . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Practitioner/f007> a fhir:Practitioner . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/QuestionnaireResponse/gcs.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/QuestionnaireResponse/gcs.ttl> . # -------------------------------------------------------------------------------------
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.