Showing:

Attributes
Diagrams
Identity Constraints
Instances
Model
Properties
Source
Used by
Element scenarios
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_actors.tmp#actorsDECOR_xsd_Element_scenario.tmp#scenarioDECOR_xsd_Element_instances.tmp#instancesDECOR_xsd_Element_scenarios.tmp#scenarios_questionnaireDECOR_xsd_Element_scenarios.tmp#scenarios_questionnaireresponse
Properties
content complex
Used by
Element decor
Model
Children actors, instances, questionnaire, questionnaireresponse, scenario
Instance
<scenarios>
  <actors>{1,1}</actors>
  <scenario effectiveDate="" expirationDate="" id="" lastModifiedDate="" officialReleaseDate="" statusCode="" versionLabel="">{0,unbounded}</scenario>
  <instances displayName="" effectiveDate="" process="" ref="" statusCode="">{0,unbounded}</instances>
  <questionnaire canonicalUri="" effectiveDate="" enhanced="" expirationDate="" fhirVersion="" flexibility="" id="" lastModifiedDate="" link="" officialReleaseDate="" ref="" statusCode="" versionLabel="">{0,unbounded}</questionnaire>
  <questionnaireresponse canonicalUri="" effectiveDate="" expirationDate="" fhirVersion="" flexibility="" id="" lastModifiedDate="" link="" officialReleaseDate="" ref="" statusCode="" versionLabel="">{0,unbounded}</questionnaireresponse>
</scenarios>
Identity constraints
QName Type Refer Selector Field(s)
scenario-contents-idversion-unique unique .//* @id; @effectiveDate
Source
<xs:element name="scenarios">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="actors" minOccurs="1" maxOccurs="1"/>
      <xs:element ref="scenario" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="instances" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="questionnaire" type="QuestionnaireType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="questionnaireresponse" type="QuestionnaireResponseType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
  <xs:unique name="scenario-contents-idversion-unique">
    <xs:selector xpath=".//*"/>
    <xs:field xpath="@id"/>
    <xs:field xpath="@effectiveDate"/>
  </xs:unique>
</xs:element>
Element scenarios / questionnaire
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_idDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUriDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_refDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_linkDECOR_xsd_Attribute_Group_VersionHandlingEffectiveDateOptional.tmp#VersionHandlingEffectiveDateOptionalDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_statusCodeDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_flexibilityDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_enhancedDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_fhirVersionDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_nameDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_classificationDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType_relationshipDECOR_xsd_Complex_Type_QuestionnaireType.tmp#QuestionnaireType
Type QuestionnaireType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
name+ , classification{0,1} , relationship* , (ANY element from namespace(s) 'http://hl7.org/fhir')
Children classification, name, relationship
Instance
<questionnaire canonicalUri="" effectiveDate="" enhanced="" expirationDate="" fhirVersion="" flexibility="" id="" lastModifiedDate="" link="" officialReleaseDate="" ref="" statusCode="" versionLabel="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <classification>{0,1}</classification>
  <relationship flexibility="" ref="" type="">{0,unbounded}</relationship>
</questionnaire>
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.
enhanced xs:boolean optional
Identifying the Questionnaire as Enhanced (type is QE), thus edited, modified, enriched.
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 Questionnaire Wrapper. Default is unspecified which means 'latest available version'.
id Oid optional
The identifying OID of the Questionnaire Wrapper
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
link xs:anyURI optional
If the FHIR Questionnaire 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 Questionnaire 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:element name="questionnaire" type="QuestionnaireType" minOccurs="0" maxOccurs="unbounded"/>
Element scenarios / questionnaireresponse
Namespace No namespace
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_relationshipDECOR_xsd_Complex_Type_QuestionnaireResponseType.tmp#QuestionnaireResponseType
Type QuestionnaireResponseType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
name+ , classification{0,1} , relationship* , ANY element from namespace(s) 'http://hl7.org/fhir'
Children classification, name, relationship
Instance
<questionnaireresponse canonicalUri="" effectiveDate="" expirationDate="" fhirVersion="" flexibility="" id="" lastModifiedDate="" link="" officialReleaseDate="" ref="" statusCode="" versionLabel="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <classification>{0,1}</classification>
  <relationship flexibility="" ref="" type="">{0,unbounded}</relationship>
</questionnaireresponse>
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:element name="questionnaireresponse" type="QuestionnaireResponseType" minOccurs="0" maxOccurs="unbounded"/>