<Observation xmlns="http://hl7.org/fhir">
  <id value="Example-observation-gcs" />
  <meta>
    <profile value="http://fhir.de/StructureDefinition/observation-de-score-gcs" />
  </meta>
  <status value="final" />
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
      <code value="survey" />
      <display value="Survey" />
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org" />
      <code value="9269-2" />
      <display value="Glasgow coma score total" />
    </coding>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="248241002" />
      <display value="Glasgow coma score (observable entity)" />
    </coding>
  </code>
  <subject>
    <reference value="Patient/example" />
  </subject>
  <effectiveDateTime value="2020-10-11" />
  <valueQuantity>
    <value value="11" />
    <unit value="Punktwert" />
    <system value="http://unitsofmeasure.org" />
    <code value="1" />
  </valueQuantity>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="9270-0" />
        <display value="Glasgow coma score verbal" />
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org" />
        <code value="LA6560-2" />
        <display value="Confused" />
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="9268-4" />
        <display value="Glasgow coma score motor" />
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org" />
        <code value="LA6566-9" />
        <display value="Localizing pain" />
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org" />
        <code value="9267-6" />
        <display value="Glasgow coma score eye opening" />
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org" />
        <code value="LA6555-2" />
        <display value="Eye opening to verbal command" />
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>