Current Build

D.4.1 StructureDefinition: organizationPeriod

D.4.1.1 Formal Views of Profile Content

The official URL for this profile is:

http://hl7.org/fhir/fpar/StructureDefinition/organizationPeriod

The range of dates that an organization is associated with a particular entity.

This profile builds on Extension.

This profile was published on Mon Jun 12 00:00:00 EDT 2017 as a draft by HSPC.

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

Summary

Fixed Value: 1 element

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1
... url "http://hl7.org/fhir/fpar/StructureDefinition/organizationPeriod"
... valuePeriod Period

doco Documentation for this format

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension I0..1Extension
ext-1: Must have either extensions or value[x], not both
... id 0..1stringxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uri"http://hl7.org/fhir/fpar/StructureDefinition/organizationPeriod"
... valuePeriod I0..1PeriodTime range defined by start and end date/time
per-1: If present, start SHALL have a lower value than end

doco Documentation for this format

This structure is derived from Extension

Summary

Fixed Value: 1 element

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1
... url "http://hl7.org/fhir/fpar/StructureDefinition/organizationPeriod"
... valuePeriod Period

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension I0..1Extension
ext-1: Must have either extensions or value[x], not both
... id 0..1stringxml:id (or equivalent in JSON)
... extension 0..*ExtensionAdditional Content defined by implementations
... url 1..1uri"http://hl7.org/fhir/fpar/StructureDefinition/organizationPeriod"
... valuePeriod I0..1PeriodTime range defined by start and end date/time
per-1: If present, start SHALL have a lower value than end

doco Documentation for this format

 

D.4.1.2 Terminology Bindings

D.4.1.3 Constraints

Constraints

IdPathDetailsRequirements
ext-1ExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
per-1Extension.valuePeriodIf present, start SHALL have a lower value than end
: start.empty() or end.empty() or (start <= end)
.