Organization Constrained
- Path
- Organization
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- A grouping of people or organizations with a common purpose
- Definition
- A formally or informally recognized grouping of people or organizations formed for
the purpose of achieving some form of collective action. Includes companies, institutions,
corporations, departments, community groups, healthcare practice groups, payer/insurer,
etc.
- Base
- Organization [0..*]
Mapping
- rim:Entity. Role, or Act
- v2:(also see master files messages)
- rim:Organization(classCode=ORG, determinerCode=INST)
- servd:Organization
Constraints
- Severity
- errordom-2
- Description
- If the resource is contained in another resource, it SHALL NOT contain nested Resources
- Expression
contained.contained.empty()
- XPath
- not(parent::f:contained and f:contained)
- Source
- http://hl7.org/fhir/StructureDefinition/DomainResource
- Severity
- errordom-3
- Description
- If the resource is contained in another resource, it SHALL be referred to from elsewhere
in the resource or SHALL refer to the containing resource
- Expression
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical)
| %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference
= '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical)
= '#').exists()).not()).trace('unmatched', id).empty()
- XPath
- not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#',
$contained/*/id/@value) or descendant::f:reference[@value='#'])]))
- Source
- http://hl7.org/fhir/StructureDefinition/DomainResource
- Severity
- errordom-4
- Description
- If a resource is contained in another resource, it SHALL NOT have a meta.versionId
or a meta.lastUpdated
- Expression
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
- XPath
- not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))
- Source
- http://hl7.org/fhir/StructureDefinition/DomainResource
- Severity
- errordom-5
- Description
- If a resource is contained in another resource, it SHALL NOT have a security label
- Expression
contained.meta.security.empty()
- XPath
- not(exists(f:contained/*/f:meta/f:security))
- Source
- http://hl7.org/fhir/StructureDefinition/DomainResource
- Severity
- warningdom-6
- Description
- A resource should have narrative for robust management
- Expression
text.`div`.exists()
- XPath
- exists(f:text/h:div)
- Source
- http://hl7.org/fhir/StructureDefinition/DomainResource
- Severity
- errororg-1
- Description
- The organization SHALL at least have a name or an identifier, and possibly more than
one
- Expression
(identifier.count() + name.count()) > 0
- XPath
- count(f:identifier | f:name) > 0
- Source
Organization.id
- Path
- Organization.id
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Logical id of this artifact
- Definition
- The logical id of the resource, as used in the URL for the resource. Once assigned,
this value never changes.
- Base
- Resource.id [0..1]
- Comment
- The only time that a resource does not have an id is when it is being submitted to
the server using a create operation.
- Type
- http://hl7.org/fhirpath/System.String
Organization.meta Constrained
- Path
- Organization.meta
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Metadata about the resource
- Definition
- The metadata about the resource. This is content that is maintained by the infrastructure.
Changes to the content might not always be associated with version changes to the
resource.
- Base
- Resource.meta [0..1]
- Type
- Meta
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.implicitRules Constrained
- Path
- Organization.implicitRules
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- A set of rules under which this content was created
- Definition
- A reference to a set of rules that were followed when the resource was constructed,
and which must be understood when processing the content. Often, this is a reference
to an implementation guide that defines the special rules along with other profiles
etc.
- Base
- Resource.implicitRules [0..1]
- Comment
- Asserting this rule set restricts the content to be only understood by a limited set
of trading partners. This inherently limits the usefulness of the data in the long
term. However, the existing health eco-system is highly fractured, and not yet ready
to define, collect, and exchange data in a generally computable sense. Wherever possible,
implementers and/or specification writers should avoid using this element. Often,
when used, the URL is a reference to an implementation guide that defines these special
rules as part of it's narrative along with other profiles, value sets, etc.
- Type
- uri
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.language Binding Constrained
- Path
- Organization.language
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- Language of the resource content
- Definition
- The base language in which the resource is written.
- Base
- Resource.language [0..1]
- Comment
- Language is provided to support indexing and accessibility (typically, services such
as text to speech use the language tag). The html language tag in the narrative applies
to the narrative. The language tag on the resource may be used to specify the language
of other presentations generated from the data in the resource. Not all the content
has to be in the base language. The Resource.language should not be assumed to apply
to the narrative automatically. If a language is specified, it should it also be specified
on the div element in the html (see rules in HTML5 for information about the relationship
between xml:lang and the html lang attribute).
- Type
- code
- Binding
- Language(preferred) : A human language.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.text Constrained
- Path
- Organization.text
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- Text summary of the resource, for human interpretation
- Definition
- A human-readable narrative that contains a summary of the resource and can be used
to represent the content of the resource to a human. The narrative need not encode
all the structured data, but is required to contain sufficient detail to make it "clinically
safe" for a human to just read the narrative. Resource definitions may define what
content should be represented in the narrative to ensure clinical safety.
- Base
- DomainResource.text [0..1]
- Comment
- Contained resources do not have narrative. Resources that are not contained SHOULD
have a narrative. In some cases, a resource may only have text with little or no additional
discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary
for data from legacy systems where information is captured as a "text blob" or where
text is additionally entered raw or narrated and encoded information is added later.
- Alias
- narrative, html, xhtml, display
- Type
- Narrative
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contained
- Path
- Organization.contained
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Contained, inline Resources
- Definition
- These resources do not have an independent existence apart from the resource that
contains them - they cannot be identified independently, and nor can they have their
own independent transaction scope.
- Base
- DomainResource.contained [0..*]
- Comment
- This should never be done when the content can be identified properly, as once identification
is lost, it is extremely difficult (and context dependent) to restore it again. Contained
resources may have profiles and tags In their meta elements, but SHALL NOT have security
labels.
- Alias
- inline resources, anonymous resources, contained resources
- Type
- Resource
Mapping
Organization.extension Constrained
- Path
- Organization.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Extension
- Definition
- An Extension
- Base
- DomainResource.extension [0..*]
- Type
- Extension
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.extension:shortName Constrained
- Path
- Organization.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Extension
- Slice name
- shortName
- Definition
- An Extension
- Base
- DomainResource.extension [0..*]
- Type
- Extension
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.extension:description Constrained
- Path
- Organization.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Extension
- Slice name
- description
- Definition
- An Extension
- Base
- DomainResource.extension [0..*]
- Type
- Extension
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.extension:usePeriod Constrained
- Path
- Organization.extension
- Cardinality
- 0..*
- Short Description
- Extension
- Slice name
- usePeriod
- Definition
- The date range that this organization should be considered available.
- Base
- DomainResource.extension [0..*]
- Type
- Extension
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.modifierExtension Constrained
- Path
- Organization.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Extensions that cannot be ignored
- Definition
- May be used to represent additional information that is not part of the basic definition
of the resource and that modifies the understanding of the element that contains it
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer is allowed to define an extension, there is
a set of requirements that SHALL be met as part of the definition of the extension.
Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource
(including cannot change the meaning of modifierExtension itself).
- Base
- DomainResource.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.identifier Constrained
- Path
- Organization.identifier
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Identifies this organization across multiple systems
- Definition
- Identifier for the organization that is used to identify the organization across multiple
disparate systems.
- Base
- Organization.identifier [0..*]
- Type
- Identifier
Mapping
- w5:FiveWs.identifier
- v2:XON.10 / XON.3
- rim:.scopes[Role](classCode=IDENT)
- servd:./Identifiers
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.id
- Path
- Organization.identifier.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.identifier.extension Constrained
- Path
- Organization.identifier.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.identifier.use Binding Constrained
- Path
- Organization.identifier.use
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- usual | official | temp | secondary | old (If known)
- Definition
- The purpose of this identifier.
- Base
- Identifier.use [0..1]
- Comment
- Applications can assume that an identifier is permanent unless it explicitly says
that it is temporary.
- Type
- code
- Binding
- IdentifierUse(required) : Identifies the purpose for this identifier, if known .
Mapping
- v2:N/A
- rim:Role.code or implied by context
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.type Binding Constrained
- Path
- Organization.identifier.type
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Description of identifier
- Definition
- A coded type for the identifier that can be used to determine which identifier to
use for a specific purpose.
- Base
- Identifier.type [0..1]
- Comment
- This element deals only with general categories of identifiers. It SHOULD not be
used for codes that correspond 1..1 with the Identifier.system. Some identifiers may
fall into multiple categories due to common usage. Where the system is known, a
type is unnecessary because the type is always part of the system definition. However
systems often need to handle identifiers where the system is not known. There is not
a 1:1 relationship between type and system, since many different systems have the
same type.
- Type
- CodeableConcept
- Binding
- (extensible) :
Mapping
- v2:CX.5
- rim:Role.code or implied by context
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.system Constrained
- Path
- Organization.identifier.system
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- The namespace for the identifier value
- Definition
- Establishes the namespace for the value - that is, a URL that describes a set values
that are unique.
- Base
- Identifier.system [0..1]
- Comment
- Identifier.system is always case sensitive.
- Type
- uri
Mapping
- v2:CX.4 / EI-2-4
- rim:II.root or Role.id.root
- servd:./IdentifierType
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.value Constrained
- Path
- Organization.identifier.value
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- The value that is unique
- Definition
- The portion of the identifier typically relevant to the user and which is unique within
the context of the system.
- Base
- Identifier.value [0..1]
- Comment
- If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's
primary purpose is computational mapping. As a result, it may be normalized for comparison
purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted
for human display can be conveyed using the [Rendered Value extension](FrOrganization/extension-rendered-value.html).
Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system
allows the processer to be confident that non-case-sensitive processing is safe.
- Type
- string
Mapping
- v2:CX.1 / EI.1
- rim:II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
- servd:./Value
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.period Constrained
- Path
- Organization.identifier.period
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Time period when id is/was valid for use
- Definition
- Time period during which identifier is/was valid for use.
- Base
- Identifier.period [0..1]
- Type
- Period
Mapping
- v2:CX.7 + CX.8
- rim:Role.effectiveTime or implied by context
- servd:./StartDate and ./EndDate
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.identifier.assigner Constrained
- Path
- Organization.identifier.assigner
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Organization that issued id (may be just text)
- Definition
- Organization that issued/manages the identifier.
- Base
- Identifier.assigner [0..1]
- Comment
- The Identifier.assigner may omit the .reference element and only contain a .display
element reflecting the name or other textual information about the assigning organization.
- Type
- Reference > http://hl7.org/fhir/StructureDefinition/Organization
Mapping
- v2:CX.4 / (CX.4,CX.9,CX.10)
- rim:II.assigningAuthorityName but note that this is an improper use by the definition
of the field. Also Role.scoper
- servd:./IdentifierIssuingAuthority
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.active Constrained
- Path
- Organization.active
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Whether the organization's record is still in active use
- Definition
- Whether the organization's record is still in active use.
- Base
- Organization.active [0..1]
- Comment
- This active flag is not intended to be used to mark an organization as temporarily
closed or under construction. Instead the Location(s) within the Organization should
have the suspended status. If further details of the reason for the suspension are
required, then an extension on this element should be used. This element is labeled
as a modifier because it may be used to mark that the resource was created in error.
- Type
- boolean
Mapping
- w5:FiveWs.status
- v2:No equivalent in HL7 v2
- rim:.status
- servd:./Status (however this concept in ServD more covers why the organization is active
or not, could be delisted, deregistered, not operational yet) this could alternatively
be derived from ./StartDate and ./EndDate and given a context date.
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type Binding Constrained
- Path
- Organization.type
- Cardinality
- 0..*
- Part of a summary ?
- true
- Slicing
-
- Descriminator type:value
- Descriminator path:coding.system
- Rules:open
- Short Description
- Kind of organization
- Definition
- The kind(s) of organization that this is.
- Base
- Organization.type [0..*]
- Comment
- Organizations can be corporations, wards, sections, clinical teams, government departments,
etc. Note that code is generally a classifier of the type of organization; in many
applications, codes are used to identity a particular organization (say, ward) as
opposed to another of the same type - these are identifiers, not codes When considering
if multiple types are appropriate, you should evaluate if child organizations would
be a more appropriate use of the concept, as different types likely are in different
sub-areas of the organization. This is most likely to be used where type values have
orthogonal values, such as a religious, academic and medical center. We expect that
some jurisdictions will profile this optionality to be a single cardinality.
- Type
- CodeableConcept
- Binding
- OrganizationType(example) : Used to categorize the organization.
Mapping
- w5:FiveWs.class
- v2:No equivalent in v2
- rim:.code
- servd:n/a
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType Binding Constrained
- Path
- Organization.type
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Kind of organization
- Slice name
- organizationType
- Definition
- The kind(s) of organization that this is.
- Base
- Organization.type [0..*]
- Comment
- Organizations can be corporations, wards, sections, clinical teams, government departments,
etc. Note that code is generally a classifier of the type of organization; in many
applications, codes are used to identity a particular organization (say, ward) as
opposed to another of the same type - these are identifiers, not codes When considering
if multiple types are appropriate, you should evaluate if child organizations would
be a more appropriate use of the concept, as different types likely are in different
sub-areas of the organization. This is most likely to be used where type values have
orthogonal values, such as a religious, academic and medical center. We expect that
some jurisdictions will profile this optionality to be a single cardinality.
- Type
- CodeableConcept
- Binding
- (required) :
Mapping
- w5:FiveWs.class
- v2:No equivalent in v2
- rim:.code
- servd:n/a
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.id
- Path
- Organization.type.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:organizationType.extension Constrained
- Path
- Organization.type.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:organizationType.coding Constrained
- Path
- Organization.type.coding
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Code defined by a terminology system
- Definition
- A reference to a code defined by a terminology system.
- Base
- CodeableConcept.coding [0..*]
- Comment
- Codes may be defined very casually in enumerations, or code lists, up to very formal
definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.
Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally,
at most only one of the coding values will be labeled as UserSelected = true.
- Type
- Coding
Mapping
- v2:C*E.1-8, C*E.10-22
- rim:union(., ./translation)
- orim:fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.coding.id
- Path
- Organization.type.coding.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:organizationType.coding.extension Constrained
- Path
- Organization.type.coding.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:organizationType.coding.system Fixed value Constrained
- Path
- Organization.type.coding.system
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Identity of the terminology system
- Definition
- The identification of the code system that defines the meaning of the symbol in the
code.
- Base
- Coding.system [0..1]
- Comment
- The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL
be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list
of FHIR defined special URIs or it should reference to some definition that establishes
the system clearly and unambiguously.
- Type
- uri
- Fixed URI
- http://interopsante.org/fhir/CodeSystem/fr-v2-3307
Mapping
- v2:C*E.3
- rim:./codeSystem
- orim:fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.coding.version Constrained
- Path
- Organization.type.coding.version
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Version of the system - if relevant
- Definition
- The version of the code system which was used when choosing this code. Note that a
well-maintained code system does not need the version reported, because the meaning
of codes is consistent across versions. However this cannot consistently be assured,
and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
- Base
- Coding.version [0..1]
- Comment
- Where the terminology does not clearly define what string should be used to identify
code system versions, the recommendation is to use the date (expressed in FHIR date
format) on which that version was officially published as the version date.
- Type
- string
Mapping
- v2:C*E.7
- rim:./codeSystemVersion
- orim:fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.coding.code Constrained
- Path
- Organization.type.coding.code
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Symbol in syntax defined by the system
- Definition
- A symbol in syntax defined by the system. The symbol may be a predefined code or an
expression in a syntax defined by the coding system (e.g. post-coordination).
- Base
- Coding.code [0..1]
- Type
- code
Mapping
- v2:C*E.1
- rim:./code
- orim:fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.coding.display Constrained
- Path
- Organization.type.coding.display
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Representation defined by the system
- Definition
- A representation of the meaning of the code in the system, following the rules of
the system.
- Base
- Coding.display [0..1]
- Type
- string
Mapping
- v2:C*E.2 - but note this is not well followed
- rim:CV.displayName
- orim:fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.coding.userSelected Constrained
- Path
- Organization.type.coding.userSelected
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- If this coding was chosen directly by the user
- Definition
- Indicates that this coding was chosen by a user directly - e.g. off a pick list of
available items (codes or displays).
- Base
- Coding.userSelected [0..1]
- Comment
- Amongst a set of alternatives, a directly chosen code is the most appropriate starting
point for new translations. There is some ambiguity about what exactly 'directly chosen'
implies, and trading partner agreement may be needed to clarify the use of this element
and its consequences more completely.
- Type
- boolean
Mapping
- v2:Sometimes implied by being first
- rim:CD.codingRationale
- orim:fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected
fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;
fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source
"true"; fhir:target dt:CDCoding.codingRationale\#O ]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:organizationType.text Constrained
- Path
- Organization.type.text
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Plain text representation of the concept
- Definition
- A human language representation of the concept as seen/selected/uttered by the user
who entered the data and/or which represents the intended meaning of the user.
- Base
- CodeableConcept.text [0..1]
- Comment
- Very often the text is the same as a displayName of one of the codings.
- Type
- string
Mapping
- v2:C*E.9. But note many systems use C*E.2 for this
- rim:./originalText[mediaType/code="text/plain"]/data
- orim:fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS Binding Constrained
- Path
- Organization.type
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Kind of organization
- Slice name
- secteurActiviteRASS
- Definition
- The kind(s) of organization that this is.
- Base
- Organization.type [0..*]
- Comment
- Organizations can be corporations, wards, sections, clinical teams, government departments,
etc. Note that code is generally a classifier of the type of organization; in many
applications, codes are used to identity a particular organization (say, ward) as
opposed to another of the same type - these are identifiers, not codes When considering
if multiple types are appropriate, you should evaluate if child organizations would
be a more appropriate use of the concept, as different types likely are in different
sub-areas of the organization. This is most likely to be used where type values have
orthogonal values, such as a religious, academic and medical center. We expect that
some jurisdictions will profile this optionality to be a single cardinality.
- Type
- CodeableConcept
- Binding
- (required) : Secteurs d'activité des établissements avec la même activité dans le RASS
Mapping
- w5:FiveWs.class
- v2:No equivalent in v2
- rim:.code
- servd:n/a
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.id
- Path
- Organization.type.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:secteurActiviteRASS.extension Constrained
- Path
- Organization.type.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:secteurActiviteRASS.coding Constrained
- Path
- Organization.type.coding
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Code defined by a terminology system
- Definition
- A reference to a code defined by a terminology system.
- Base
- CodeableConcept.coding [0..*]
- Comment
- Codes may be defined very casually in enumerations, or code lists, up to very formal
definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.
Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally,
at most only one of the coding values will be labeled as UserSelected = true.
- Type
- Coding
Mapping
- v2:C*E.1-8, C*E.10-22
- rim:union(., ./translation)
- orim:fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.coding.id
- Path
- Organization.type.coding.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:secteurActiviteRASS.coding.extension Constrained
- Path
- Organization.type.coding.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:secteurActiviteRASS.coding.system Fixed value Constrained
- Path
- Organization.type.coding.system
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Secteur d'activité
- Definition
- Secteur d'activité
- Base
- Coding.system [0..1]
- Comment
- The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL
be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list
of FHIR defined special URIs or it should reference to some definition that establishes
the system clearly and unambiguously.
- Type
- uri
- Fixed URI
- https://mos.esante.gouv.fr/NOS/TRE_R02-SecteurActivite/FHIR/TRE-R02-SecteurActivite
Mapping
- v2:C*E.3
- rim:./codeSystem
- orim:fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.coding.version Constrained
- Path
- Organization.type.coding.version
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Version of the system - if relevant
- Definition
- The version of the code system which was used when choosing this code. Note that a
well-maintained code system does not need the version reported, because the meaning
of codes is consistent across versions. However this cannot consistently be assured,
and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
- Base
- Coding.version [0..1]
- Comment
- Where the terminology does not clearly define what string should be used to identify
code system versions, the recommendation is to use the date (expressed in FHIR date
format) on which that version was officially published as the version date.
- Type
- string
Mapping
- v2:C*E.7
- rim:./codeSystemVersion
- orim:fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.coding.code Constrained
- Path
- Organization.type.coding.code
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Symbol in syntax defined by the system
- Definition
- A symbol in syntax defined by the system. The symbol may be a predefined code or an
expression in a syntax defined by the coding system (e.g. post-coordination).
- Base
- Coding.code [0..1]
- Type
- code
Mapping
- v2:C*E.1
- rim:./code
- orim:fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.coding.display Constrained
- Path
- Organization.type.coding.display
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Representation defined by the system
- Definition
- A representation of the meaning of the code in the system, following the rules of
the system.
- Base
- Coding.display [0..1]
- Type
- string
Mapping
- v2:C*E.2 - but note this is not well followed
- rim:CV.displayName
- orim:fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.coding.userSelected Constrained
- Path
- Organization.type.coding.userSelected
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- If this coding was chosen directly by the user
- Definition
- Indicates that this coding was chosen by a user directly - e.g. off a pick list of
available items (codes or displays).
- Base
- Coding.userSelected [0..1]
- Comment
- Amongst a set of alternatives, a directly chosen code is the most appropriate starting
point for new translations. There is some ambiguity about what exactly 'directly chosen'
implies, and trading partner agreement may be needed to clarify the use of this element
and its consequences more completely.
- Type
- boolean
Mapping
- v2:Sometimes implied by being first
- rim:CD.codingRationale
- orim:fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected
fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;
fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source
"true"; fhir:target dt:CDCoding.codingRationale\#O ]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:secteurActiviteRASS.text Constrained
- Path
- Organization.type.text
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Plain text representation of the concept
- Definition
- A human language representation of the concept as seen/selected/uttered by the user
who entered the data and/or which represents the intended meaning of the user.
- Base
- CodeableConcept.text [0..1]
- Comment
- Very often the text is the same as a displayName of one of the codings.
- Type
- string
Mapping
- v2:C*E.9. But note many systems use C*E.2 for this
- rim:./originalText[mediaType/code="text/plain"]/data
- orim:fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS Binding Constrained
- Path
- Organization.type
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Kind of organization
- Slice name
- categorieEtablissementRASS
- Definition
- The kind(s) of organization that this is.
- Base
- Organization.type [0..*]
- Comment
- Organizations can be corporations, wards, sections, clinical teams, government departments,
etc. Note that code is generally a classifier of the type of organization; in many
applications, codes are used to identity a particular organization (say, ward) as
opposed to another of the same type - these are identifiers, not codes When considering
if multiple types are appropriate, you should evaluate if child organizations would
be a more appropriate use of the concept, as different types likely are in different
sub-areas of the organization. This is most likely to be used where type values have
orthogonal values, such as a religious, academic and medical center. We expect that
some jurisdictions will profile this optionality to be a single cardinality.
- Type
- CodeableConcept
- Binding
- (required) : Catégorie d'établissement du RASS
Mapping
- w5:FiveWs.class
- v2:No equivalent in v2
- rim:.code
- servd:n/a
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.id
- Path
- Organization.type.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:categorieEtablissementRASS.extension Constrained
- Path
- Organization.type.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:categorieEtablissementRASS.coding Constrained
- Path
- Organization.type.coding
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Code defined by a terminology system
- Definition
- A reference to a code defined by a terminology system.
- Base
- CodeableConcept.coding [0..*]
- Comment
- Codes may be defined very casually in enumerations, or code lists, up to very formal
definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.
Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally,
at most only one of the coding values will be labeled as UserSelected = true.
- Type
- Coding
Mapping
- v2:C*E.1-8, C*E.10-22
- rim:union(., ./translation)
- orim:fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.coding.id
- Path
- Organization.type.coding.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.type:categorieEtablissementRASS.coding.extension Constrained
- Path
- Organization.type.coding.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.type:categorieEtablissementRASS.coding.system Fixed value Constrained
- Path
- Organization.type.coding.system
- Cardinality
- 1..1
- Part of a summary ?
- true
- Short Description
- Catégorie d'établissements
- Definition
- Catégorie d'établissements
- Base
- Coding.system [0..1]
- Comment
- The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL
be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list
of FHIR defined special URIs or it should reference to some definition that establishes
the system clearly and unambiguously.
- Type
- uri
- Fixed URI
- https://mos.esante.gouv.fr/NOS/TRE_R66-CategorieEtablissement/FHIR/TRE-R66-CategorieEtablissement
Mapping
- v2:C*E.3
- rim:./codeSystem
- orim:fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.coding.version Constrained
- Path
- Organization.type.coding.version
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Version of the system - if relevant
- Definition
- The version of the code system which was used when choosing this code. Note that a
well-maintained code system does not need the version reported, because the meaning
of codes is consistent across versions. However this cannot consistently be assured,
and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
- Base
- Coding.version [0..1]
- Comment
- Where the terminology does not clearly define what string should be used to identify
code system versions, the recommendation is to use the date (expressed in FHIR date
format) on which that version was officially published as the version date.
- Type
- string
Mapping
- v2:C*E.7
- rim:./codeSystemVersion
- orim:fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.coding.code Constrained
- Path
- Organization.type.coding.code
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Symbol in syntax defined by the system
- Definition
- A symbol in syntax defined by the system. The symbol may be a predefined code or an
expression in a syntax defined by the coding system (e.g. post-coordination).
- Base
- Coding.code [0..1]
- Type
- code
Mapping
- v2:C*E.1
- rim:./code
- orim:fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.coding.display Constrained
- Path
- Organization.type.coding.display
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Representation defined by the system
- Definition
- A representation of the meaning of the code in the system, following the rules of
the system.
- Base
- Coding.display [0..1]
- Type
- string
Mapping
- v2:C*E.2 - but note this is not well followed
- rim:CV.displayName
- orim:fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.coding.userSelected Constrained
- Path
- Organization.type.coding.userSelected
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- If this coding was chosen directly by the user
- Definition
- Indicates that this coding was chosen by a user directly - e.g. off a pick list of
available items (codes or displays).
- Base
- Coding.userSelected [0..1]
- Comment
- Amongst a set of alternatives, a directly chosen code is the most appropriate starting
point for new translations. There is some ambiguity about what exactly 'directly chosen'
implies, and trading partner agreement may be needed to clarify the use of this element
and its consequences more completely.
- Type
- boolean
Mapping
- v2:Sometimes implied by being first
- rim:CD.codingRationale
- orim:fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected
fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;
fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source
"true"; fhir:target dt:CDCoding.codingRationale\#O ]
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.type:categorieEtablissementRASS.text Constrained
- Path
- Organization.type.text
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Plain text representation of the concept
- Definition
- A human language representation of the concept as seen/selected/uttered by the user
who entered the data and/or which represents the intended meaning of the user.
- Base
- CodeableConcept.text [0..1]
- Comment
- Very often the text is the same as a displayName of one of the codings.
- Type
- string
Mapping
- v2:C*E.9. But note many systems use C*E.2 for this
- rim:./originalText[mediaType/code="text/plain"]/data
- orim:fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.name Constrained
- Path
- Organization.name
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Name used for the organization
- Definition
- A name associated with the organization.
- Base
- Organization.name [0..1]
- Comment
- If the name of an organization changes, consider putting the old name in the alias
column so that it can still be located through searches.
- Type
- string
Mapping
- v2:XON.1
- rim:.name
- servd:.PreferredName/Name
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.alias Constrained
- Path
- Organization.alias
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- A list of alternate names that the organization is known as, or was known as in the
past
- Definition
- A list of alternate names that the organization is known as, or was known as in the
past.
- Base
- Organization.alias [0..*]
- Comment
- There are no dates associated with the alias/historic names, as this is not intended
to track when names were used, but to assist in searching so that older names can
still result in identifying the organization.
- Type
- string
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.telecom Constrained
- Path
- Organization.telecom
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- A contact detail for the organization
- Definition
- A contact detail for the organization.
- Base
- Organization.telecom [0..*]
- Comment
- The use code 'home' is not to be used. Note that these contacts are not the contact
details of people who are employed by or represent the organization, but official
contacts for the organization itself.
- Type
- ContactPoint
Mapping
- v2:ORC-22?
- rim:.telecom
- servd:./ContactPoints
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errororg-3
- Description
- The telecom of an organization can never be of use 'home'
- Expression
where(use = 'home').empty()
- XPath
- count(f:use[@value='home']) = 0
- Source
- Organization.telecom
Organization.address Constrained
- Path
- Organization.address
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- An address for the organization
- Definition
- An address for the organization.
- Base
- Organization.address [0..*]
- Comment
- Organization may have multiple addresses with different uses or applicable periods.
The use code 'home' is not to be used.
- Type
- Address
Mapping
- v2:ORC-23?
- rim:.address
- servd:./PrimaryAddress and ./OtherAddresses
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errororg-2
- Description
- An address of an organization can never be of use 'home'
- Expression
where(use = 'home').empty()
- XPath
- count(f:use[@value='home']) = 0
- Source
- Organization.address
Organization.partOf Constrained
- Path
- Organization.partOf
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- The organization of which this organization forms a part
- Definition
- The organization of which this organization forms a part.
- Base
- Organization.partOf [0..1]
- Type
- Reference > http://interopsante.org/fhir/StructureDefinition/FrOrganization
Mapping
- v2:No equivalent in HL7 v2
- rim:.playedBy[classCode=Part].scoper
- servd:n/a
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.partOf.id
- Path
- Organization.partOf.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.partOf.extension Constrained
- Path
- Organization.partOf.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Slicing
-
- Descriminator type:value
- Descriminator path:url
- Rules:open
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.partOf.reference Constrained
- Path
- Organization.partOf.reference
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Literal reference, Relative, internal or absolute URL
- Definition
- A reference to a location at which the other resource is found. The reference may
be a relative reference, in which case it is relative to the service base URL, or
an absolute URL that resolves to the location where the resource is found. The reference
may be version specific or not. If the reference is not to a FHIR RESTful server,
then it should be assumed to be version specific. Internal fragment references (start
with '#') refer to contained resources.
- Base
- Reference.reference [0..1]
- Comment
- Using absolute URLs provides a stable scalable approach suitable for a cloud/web context,
while using relative/logical references provides a flexible approach suitable for
use when trading across closed eco-system boundaries. Absolute URLs do not need
to point to a FHIR RESTful server, though this is the preferred approach. If the URL
conforms to the structure "/[type]/[id]" then it should be assumed that the reference
is to a FHIR RESTful server.
- Type
- string
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.partOf.type Binding Constrained
- Path
- Organization.partOf.type
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Type the reference refers to (e.g. "Patient")
- Definition
- The expected type of the target of the reference. If both Reference.type and Reference.reference
are populated and Reference.reference is a FHIR URL, both SHALL be consistent. The
type is the Canonical URL of Resource Definition that is the type this reference refers
to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/
e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient.
Absolute URLs are only allowed for logical models (and can only be used in references
in logical models, not resources).
- Base
- Reference.type [0..1]
- Comment
- This element is used to indicate the type of the target of the reference. This may
be used which ever of the other elements are populated (or not). In some cases, the
type of the target may be determined by inspection of the reference (e.g. a RESTful
URL) or by resolving the target of the reference; if both the type and a reference
is provided, the reference SHALL resolve to a resource of the same type as that specified.
- Type
- uri
- Binding
- (extensible) :
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.partOf.identifier Constrained
- Path
- Organization.partOf.identifier
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Logical reference, when literal reference is not known
- Definition
- An identifier for the target resource. This is used when there is no way to reference
the other resource directly, either because the entity it represents is not available
through a FHIR server, or because there is no way for the author of the resource to
convert a known identifier to an actual location. There is no requirement that a Reference.identifier
point to something that is actually exposed as a FHIR instance, but it SHALL point
to a business concept that would be expected to be exposed as a FHIR instance, and
that instance would need to be of a FHIR resource type allowed by the reference.
- Base
- Reference.identifier [0..1]
- Comment
- When an identifier is provided in place of a reference, any system processing the
reference will only be able to resolve the identifier to a reference if it understands
the business context in which the identifier is used. Sometimes this is global (e.g.
a national identifier) but often it is not. For this reason, none of the useful mechanisms
described for working with references (e.g. chaining, includes) are possible, nor
should servers be expected to be able resolve the reference. Servers may accept an
identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.
When both an identifier and a literal reference are provided, the literal reference
is preferred. Applications processing the resource are allowed - but not required
- to check that the identifier matches the literal reference Applications converting
a logical reference to a literal reference may choose to leave the logical reference
present, or remove it. Reference is intended to point to a structure that can potentially
be expressed as a FHIR resource, though there is no need for it to exist as an actual
FHIR resource instance - except in as much as an application wishes to actual find
the target of the reference. The content referred to be the identifier must meet the
logical constraints implied by any limitations on what resource types are permitted
for the reference. For example, it would not be legitimate to send the identifier
for a drug prescription if the type were Reference(Observation|DiagnosticReport).
One of the use-cases for Reference.identifier is the situation where no FHIR representation
exists (where the type is Reference (Any).
- Type
- Identifier
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.partOf.display Constrained
- Path
- Organization.partOf.display
- Cardinality
- 0..1
- Part of a summary ?
- true
- Short Description
- Text alternative for the resource
- Definition
- Plain text narrative that identifies the resource in addition to the resource reference.
- Base
- Reference.display [0..1]
- Comment
- This is generally not the same as the Resource.text of the referenced resource. The
purpose is to identify what's being referenced, not to fully describe it.
- Type
- string
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contact Constrained
- Path
- Organization.contact
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Contact for the organization for a certain purpose
- Definition
- Contact for the organization for a certain purpose.
- Base
- Organization.contact [0..*]
- Comment
- Where multiple contacts for the same purpose are provided there is a standard extension
that can be used to determine which one is the preferred contact to use.
- Type
- BackboneElement
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contact.id
- Path
- Organization.contact.id
- Cardinality
- 0..1
- Part of a summary ?
- false
- Representation
- Short Description
- Unique id for inter-element referencing
- Definition
- Unique id for the element within a resource (for internal references). This may be
any string value that does not contain spaces.
- Base
- Element.id [0..1]
- Type
- http://hl7.org/fhirpath/System.String
Mapping
Organization.contact.extension Constrained
- Path
- Organization.contact.extension
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Additional content defined by implementations
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element. To make the use of extensions safe and manageable, there is a strict
set of governance applied to the definition and use of extensions. Though any implementer
can define an extension, there is a set of requirements that SHALL be met as part
of the definition of the extension.
- Base
- Element.extension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.contact.modifierExtension Constrained
- Path
- Organization.contact.modifierExtension
- Cardinality
- 0..*
- Part of a summary ?
- true
- Short Description
- Extensions that cannot be ignored even if unrecognized
- Definition
- May be used to represent additional information that is not part of the basic definition
of the element and that modifies the understanding of the element in which it is contained
and/or the understanding of the containing element's descendants. Usually modifier
elements provide negation or qualification. To make the use of extensions safe and
manageable, there is a strict set of governance applied to the definition and use
of extensions. Though any implementer can define an extension, there is a set of requirements
that SHALL be met as part of the definition of the extension. Applications processing
a resource are required to check for modifier extensions. Modifier extensions SHALL
NOT change the meaning of any elements on Resource or DomainResource (including cannot
change the meaning of modifierExtension itself).
- Base
- BackboneElement.modifierExtension [0..*]
- Comment
- There can be no stigma associated with the use of extensions by any application, project,
or standard - regardless of the institution or jurisdiction that uses or defines the
extensions. The use of extensions is what allows the FHIR specification to retain
a core level of simplicity for everyone.
- Alias
- extensions, user content, modifiers
- Type
- Extension
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
- Severity
- errorext-1
- Description
- Must have either extensions or value[x], not both
- Expression
extension.exists() != value.exists()
- XPath
- exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])
- Source
- http://hl7.org/fhir/StructureDefinition/Extension
Organization.contact.purpose Binding Constrained
- Path
- Organization.contact.purpose
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- The type of contact
- Definition
- Indicates a purpose for which the contact can be reached.
- Base
- Organization.contact.purpose [0..1]
- Type
- CodeableConcept
- Binding
- ContactPartyType(extensible) : The purpose for which you would contact a contact party.
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contact.name Constrained
- Path
- Organization.contact.name
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- A name associated with the contact
- Definition
- A name associated with the contact.
- Base
- Organization.contact.name [0..1]
- Type
- HumanName
Mapping
- v2:PID-5, PID-9
- rim:./name
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contact.telecom Constrained
- Path
- Organization.contact.telecom
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Contact details (telephone, email, etc.) for a contact
- Definition
- A contact detail (e.g. a telephone number or an email address) by which the party
may be contacted.
- Base
- Organization.contact.telecom [0..*]
- Type
- ContactPoint
Mapping
- v2:PID-13, PID-14
- rim:./telecom
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.contact.address Constrained
- Path
- Organization.contact.address
- Cardinality
- 0..1
- Part of a summary ?
- false
- Short Description
- Visiting or postal addresses for the contact
- Definition
- Visiting or postal addresses for the contact.
- Base
- Organization.contact.address [0..1]
- Type
- Address
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element
Organization.endpoint Constrained
- Path
- Organization.endpoint
- Cardinality
- 0..*
- Part of a summary ?
- false
- Short Description
- Technical endpoints providing access to services operated for the organization
- Definition
- Technical endpoints providing access to services operated for the organization.
- Base
- Organization.endpoint [0..*]
- Type
- Reference > http://hl7.org/fhir/StructureDefinition/Endpoint
Mapping
Constraints
- Severity
- errorele-1
- Description
- All FHIR elements must have a @value or children
- Expression
hasValue() or (children().count() > id.count())
- XPath
- @value|f:*|h:div
- Source
- http://hl7.org/fhir/StructureDefinition/Element