Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element baseId
Namespace No namespace
Annotations
baseId stelt een OID branch voor en koppelt een type en weergavenaam aan die branch. Er MOGEN meerdere verschillende baseId's per type zijn. Een OID kan slechts voor één type worden gebruikt. Verdere toelichting op de branch kan door een id met toelichting te creëren.
baseId represents an OID branch and associates a type and a display name to that branch. There MAY be multiple different baseId's per type. An OID can only be used for één type. Further explanation for the branch can be added by adding an id with descriptive text.
baseId represents an OID branch and associates a type and a display name to that branch. There MAY be multiple different baseId's per type. An OID can only be used for één type. Further explanation for the branch can be added by adding an id with descriptive text.
Diagram
DiagramDECOR_xsd_Element_baseId.tmp#baseId_idDECOR_xsd_Element_baseId.tmp#baseId_typeDECOR_xsd_Element_baseId.tmp#baseId_prefixDECOR_xsd_Element_baseId.tmp#baseId_default
Properties
content complex
Used by
Element ids
Attributes
QName Type Use Annotation
default xs:boolean optional
Determines whether or not this baseId is the default for its @type. There SHALL be exactly only one per type with @default='true'
id Oid required
prefix ShortDescriptiveName required
type DecorObjectType required
Source
<xs:element name="baseId">
  <xs:annotation>
    <xs:documentation xml:lang="nl-NL">baseId stelt een OID branch voor en koppelt een type en weergavenaam aan die branch. Er MOGEN meerdere verschillende baseId's per type zijn. Een OID kan slechts voor één type worden gebruikt. Verdere toelichting op de branch kan door een id met toelichting te creëren.</xs:documentation>
    <xs:documentation xml:lang="en-US">baseId represents an OID branch and associates a type and a display name to that branch. There MAY be multiple different baseId's per type. An OID can only be used for één type. Further explanation for the branch can be added by adding an id with descriptive text.</xs:documentation>
    <xs:documentation xml:lang="de-DE">baseId represents an OID branch and associates a type and a display name to that branch. There MAY be multiple different baseId's per type. An OID can only be used for één type. Further explanation for the branch can be added by adding an id with descriptive text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="id" type="Oid" use="required"/>
    <xs:attribute name="type" type="DecorObjectType" use="required"/>
    <xs:attribute name="prefix" type="ShortDescriptiveName" use="required"/>
    <xs:attribute name="default" type="xs:boolean" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Determines whether or not this baseId is the default for its @type. There SHALL be exactly only one per type with @default='true'</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Attribute baseId / @id
Namespace No namespace
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element baseId
Source
<xs:attribute name="id" type="Oid" use="required"/>
Attribute baseId / @type
Namespace No namespace
Type DecorObjectType
Type hierarchy
Properties
use required
Facets
maxLength 50
enumeration DS
Dataset
Data set
Datensatz
enumeration DE
datasetconcept
data element
Datenelement
enumeration SC
scenario
scenario
Szenario
enumeration TR
transactie
transaction
Transaktion
enumeration AC
actoren
actors
Aktoren
enumeration VS
value set
waardelijst
Value Set
enumeration IS
issue
issue
Vorgang
enumeration RL
regel (intern)
rule (internal)
Regel (intern)
enumeration TM
template
template
Template
enumeration CL
conceptenlijst
concept list
Konzeptliste
enumeration EL
template-element
template element
Template-Element
enumeration SX
testscenario
test scenario
Testszenario
enumeration TX
test datasetconcept
test data element
Testdaten-Element
enumeration EX
Example transaction
Voorbeeldtransactie
Beispiel-Transaktion
enumeration QX
Test profile
Test requirements
Test-Anorderung
enumeration CM
Community. Expectation is that the DECOR-project assigns ids to communities under this base id, and communities branch under this base
Community. Verwachting is dat het DECOR-project id's toekent aan communities en dat zij verder vertakken onder deze basis
Community. Expectation is that the DECOR-project assigns ids to communities under this base id, and communities branch under this base
enumeration CS
Code system
Codesysteem
Codesystem
enumeration MP
Concept Map
Concept Map
Concept Map
enumeration SD
HL7 FHIR StructureDefinition
HL7 FHIR StructureDefinition
HL7 FHIR StructureDefinition
enumeration QQ
HL7 FHIR Questionnaire
HL7 FHIR Questionnaire
HL7 FHIR Questionnaire
enumeration QR
HL7 FHIR QuestionnaireResponse
HL7 FHIR QuestionnaireResponse
HL7 FHIR QuestionnaireResponse
enumeration QE
HL7 FHIR Questionnaire (enriched)
HL7 FHIR Questionnaire (enriched)
HL7 FHIR Questionnaire (enriched)
enumeration BC
Browser Code System. Contains de-normalized items for speedy browsing
Browser Codesysteem. Bevat gedenormaliseerde items voor snel browsen
Browser Codesystem. Enthält denormalisierte Elemente für schnelles Browsen
enumeration IG
Implementation Guide (ART-DECOR)
Implementation Guide (ART-DECOR)
Implementation Guide (ART-DECOR)
Used by
Element baseId
Source
<xs:attribute name="type" type="DecorObjectType" use="required"/>
Attribute baseId / @prefix
Namespace No namespace
Type ShortDescriptiveName
Type hierarchy
Properties
use required
Facets
minLength 1
maxLength 80
Used by
Element baseId
Source
<xs:attribute name="prefix" type="ShortDescriptiveName" use="required"/>
Attribute baseId / @default
Namespace No namespace
Annotations
Determines whether or not this baseId is the default for its @type. There SHALL be exactly only one per type with @default='true'
Type xs:boolean
Properties
use optional
Used by
Element baseId
Source
<xs:attribute name="default" type="xs:boolean" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Determines whether or not this baseId is the default for its @type. There SHALL be exactly only one per type with @default='true'</xs:documentation>
  </xs:annotation>
</xs:attribute>