Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element QuestionnaireResponseType / name
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage
Type BusinessNameWithLanguage
Properties
content complex
minOccurs 1
maxOccurs unbounded
mixed true
Attributes
QName Type Default Use Annotation
language LanguageCode en-US optional
Indicates the language in which the business name is expressed
UML: Part of a complex tag value
DublinCore: Language
Alpha
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
Source
<xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
Element QuestionnaireResponseType / classification
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_QuestionnaireResponseType_classification_tag
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children tag
Instance
<classification>
  <tag>{0,unbounded}</tag>
</classification>
Source
<xs:element name="classification" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="tag" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">The tag elements could be incorporated to specify any number of tags for search purposes</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element QuestionnaireResponseType / classification / tag
Namespace No namespace
Annotations
The tag elements could be incorporated to specify any number of tags for search purposes
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_NonEmptyString.tmp#NonEmptyString
Type NonEmptyString
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xs:element name="tag" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The tag elements could be incorporated to specify any number of tags for search purposes</xs:documentation>
  </xs:annotation>
</xs:element>
Element QuestionnaireResponseType / relationship
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_typeDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_refDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships_flexibilityDECOR_xsd_Complex_Type_QuestionnaireRelationships.tmp#QuestionnaireRelationships
Type QuestionnaireRelationships
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
flexibility StaticOrDynamicFlexibility optional
Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.
ref BasicIdOrOid required
Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.
type QuestionnaireRelationshipTypes required
The @type of the relationship, at this point in time something like "DRIV" etc.
Source
<xs:element name="relationship" type="QuestionnaireRelationships" minOccurs="0" maxOccurs="unbounded"/>
Complex Type QuestionnaireResponseType
Namespace No namespace
Annotations
QuestionnaireResponse wrapper: wraps FHIR QuestionnaireResponse either as the source or as a reference, and holds enough information to manage it.
Diagram
DiagramDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_idDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUriDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_refDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_linkDECOR_xsd_Attribute_Group_VersionHandlingEffectiveDateOptional.tmp#VersionHandlingEffectiveDateOptionalDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_statusCodeDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_flexibilityDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_fhirVersionDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_nameDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_classificationDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType_relationship
Used by
Model
name+ , classification{0,1} , relationship* , ANY element from namespace(s) 'http://hl7.org/fhir'
Children classification, name, relationship
Attributes
QName Type Use Annotation
canonicalUri xs:anyURI optional
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® kanonieke URI. Logische URI om te verwijzen naar deze StructureDefinition, dit logisch model, waardelijst, etc. (wereldwijd uniek)
effectiveDate TimeStampNoTimezone optional
Identifies the effective date of the version of the object.
expirationDate TimeStampNoTimezone optional
Identifies the expiration date of the version of the object.
fhirVersion FhirObjectFormat required
flexibility StaticOrDynamicFlexibility optional
Not in use yet: Reference to a QuestionnaireResponse Wrapper. Default is unspecified which means 'latest available version'.
id Oid optional
The identifying OID of the QuestionnaireResponse Wrapper
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
link xs:anyURI optional
If the FHIR QuestionnaireResponse is contained as a reference, this link points to the source
officialReleaseDate TimeStampNoTimezone optional
Identifies the official release date of the version of the object.
ref Oid optional
Not in use yet: Reference to a QuestionnaireResponse Wrapper @id. Questionnaire Wrappers SHALL carry either @id or @ref
statusCode ItemStatusCodeLifeCycle optional
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:complexType name="QuestionnaireResponseType">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">QuestionnaireResponse wrapper: wraps FHIR QuestionnaireResponse either as the source or as a reference, and holds enough information to manage it.</xs:documentation>
    <xs:appinfo>
      <xforms:label xml:lang="nl-NL">QuestionnaireResponse Wrapper</xforms:label>
      <xforms:label xml:lang="en-US">QuestionnaireResponse Wrapper</xforms:label>
      <xforms:label xml:lang="de-DE">QuestionnaireResponse Wrapper</xforms:label>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
    <xs:element name="classification" minOccurs="0" maxOccurs="1">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="tag" type="NonEmptyString" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation xml:lang="en-US">The tag elements could be incorporated to specify any number of tags for search purposes</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="relationship" type="QuestionnaireRelationships" minOccurs="0" maxOccurs="unbounded"/>
    <!-- FHIR object -->
    <xs:any namespace="http://hl7.org/fhir" minOccurs="0" maxOccurs="1" processContents="skip">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">If the FHIR QuestionnaireResponse is contained as the source it goes here</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attribute name="id" type="Oid" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The identifying OID of the QuestionnaireResponse Wrapper</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="canonicalUri" use="optional"/>
  <xs:attribute name="ref" type="Oid" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Not in use yet: Reference to a QuestionnaireResponse Wrapper @id. Questionnaire Wrappers SHALL carry either @id or @ref</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="link" type="xs:anyURI" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">If the FHIR QuestionnaireResponse is contained as a reference, this link points to the source</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <!-- attributes of Questionnaire (validation done by embedded schematron) -->
  <xs:attributeGroup ref="VersionHandlingEffectiveDateOptional"/>
  <xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="optional"/>
  <!--<xs:attribute ref="displayName" use="optional"/>-->
  <!-- if @ref, flexibility -->
  <xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Not in use yet: Reference to a QuestionnaireResponse Wrapper. Default is unspecified which means 'latest available version'.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <!-- we need a FHIR version indication, ART-DECOR supported versions only, not all published FHIR Versions = complete http://hl7.org/fhir/FHIR-version -->
  <xs:attribute name="fhirVersion" type="FhirObjectFormat" use="required"/>
</xs:complexType>
Attribute QuestionnaireResponseType / @id
Namespace No namespace
Annotations
The identifying OID of the QuestionnaireResponse Wrapper
Type Oid
Properties
use optional
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Source
<xs:attribute name="id" type="Oid" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The identifying OID of the QuestionnaireResponse Wrapper</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute QuestionnaireResponseType / @ref
Namespace No namespace
Annotations
Not in use yet: Reference to a QuestionnaireResponse Wrapper @id. Questionnaire Wrappers SHALL carry either @id or @ref
Type Oid
Properties
use optional
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Source
<xs:attribute name="ref" type="Oid" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Not in use yet: Reference to a QuestionnaireResponse Wrapper @id. Questionnaire Wrappers SHALL carry either @id or @ref</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute QuestionnaireResponseType / @link
Namespace No namespace
Annotations
Type xs:anyURI
Properties
Used by
Source
Attribute QuestionnaireResponseType / @statusCode
Namespace No namespace
Type ItemStatusCodeLifeCycle
Type hierarchy
Properties
use optional
Facets
maxLength 50
enumeration new
Item just created and is new and work in progress to become a draft/finalized item/issue. Beyond the author, nobody should look at this
item/issue unless it's status code is draft or finalized.
enumeration draft
Item is draft
enumeration pending
Item is in pre-publication review: the item is complete, pending appropriate review.
enumeration final
Item finalized, ready for approval
enumeration rejected
Item is rejected
enumeration cancelled
Item is cancelled
enumeration deprecated
Item is deprecated, i.e. item should be avoided to be used, typically because it will be or has been superseded
Used by
Source
<xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="optional"/>
Attribute QuestionnaireResponseType / @flexibility
Namespace No namespace
Annotations
Not in use yet: Reference to a QuestionnaireResponse Wrapper. Default is unspecified which means 'latest available version'.
Type StaticOrDynamicFlexibility
Properties
use optional
Used by
Source
<xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Not in use yet: Reference to a QuestionnaireResponse Wrapper. Default is unspecified which means 'latest available version'.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute QuestionnaireResponseType / @fhirVersion
Namespace No namespace
Type FhirObjectFormat
Type hierarchy
Properties
use required
Facets
maxLength 50
enumeration 1.0
DSTU2 otherwise known as 1.0.2
DSTU2 otherwise known as 1.0.2
DSTU2 otherwise known as 1.0.2
enumeration 3.0
enumeration 4.0
Used by
Source
<xs:attribute name="fhirVersion" type="FhirObjectFormat" use="required"/>