CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot Switzerland flag

This page is part of the CH EPR mHealth (R4) (v1.1.0: DSTU 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Data Type Profile: Oid Identifier

Official URL: http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/OidIdentifier Version: 1.1.0
Active as of 2022-07-07 Computable Name: OidIdentifier

Copyright/Legal: CC-BY-SA-4.0

Identifer with an oid

Usage:

Formal Views of Profile Content

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

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed Value: 1 element

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... system 1..1uriThe namespace for the identifier value
Fixed Value: urn:ietf:rfc:3986
... value I1..1stringThe value that is unique
oid-start: value must start with urn:oid:

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:ietf:rfc:3986
... value ΣI1..1stringThe value that is unique
oid-start: value must start with urn:oid:
Example General: 123456
... period Σ0..1PeriodTime period when id is/was valid for use
... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)

doco Documentation for this format

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed Value: 1 element

Differential View

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... system 1..1uriThe namespace for the identifier value
Fixed Value: urn:ietf:rfc:3986
... value I1..1stringThe value that is unique
oid-start: value must start with urn:oid:

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:ietf:rfc:3986
... value ΣI1..1stringThe value that is unique
oid-start: value must start with urn:oid:
Example General: 123456
... period Σ0..1PeriodTime period when id is/was valid for use
... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
Identifier.userequiredIdentifierUse
Identifier.typeextensibleIdentifier Type Codes

Constraints

IdGradePathDetailsRequirements
ele-1errorIdentifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorIdentifier.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorIdentifier.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorIdentifier.useAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorIdentifier.typeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorIdentifier.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorIdentifier.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
oid-starterrorIdentifier.valuevalue must start with urn:oid:
: value.startsWith('urn:oid:')
ele-1errorIdentifier.periodAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorIdentifier.assignerAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())