ERP ServiceRequest Request Identifier
Übersicht über das Profil
Name | Description | Canonical_URL | Status | Version | Basiert auf |
---|---|---|---|---|---|
ERPServiceRequestRequestIdentifier | This identifier is used to identify a single ServiceRequest | https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-identifier | draft | 1.2 | http://hl7.org/fhir/StructureDefinition/Identifier |
Über das Profil
Motivation
Dieser Identifier stellt eine ID dar, die für eine Anfrage vergeben wird. Ein einzelner ServiceRequest enthält diesen eindeutigen Identifier.
Inhalt des Profils
Folgende Ansichten existieren auf das Profil:
ERPServiceRequestRequestIdentifier (Identifier) | Identifier | ||
id | 0..1 | string | |
extension | I | 0..* | Extension |
use | Σ ?! | 0..1 | codeBinding |
type | Σ | 0..1 | CodeableConceptBinding |
system | S Σ | 1..1 | uriPattern |
value | S Σ | 1..1 | string |
period | Σ I | 0..1 | Period |
assigner | Σ I | 0..1 | Reference(Organization) |
Identifier | |
Definition | An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers. |
Cardinality | 0...* |
Invariants |
|
Mappings |
|
Identifier.id | |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Cardinality | 0...1 |
Type | string |
Mappings |
|
Identifier.extension | |
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. |
Cardinality | 0...* |
Type | Extension |
Alias | extensions, user content |
Comments | 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. |
Slicing | Unordered, Open, by url(Value) |
Invariants |
|
Mappings |
|
Identifier.use | |
Definition | The purpose of this identifier. |
Cardinality | 0...1 |
Type | code |
Binding | Identifies the purpose for this identifier, if known . |
Modifier | True |
Summary | True |
Requirements | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
Comments | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
Invariants |
|
Mappings |
|
Identifier.type | |
Definition | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. |
Cardinality | 0...1 |
Type | CodeableConcept |
Binding | A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
Summary | True |
Requirements | Allows users to make use of identifiers when the identifier system is not known. |
Comments | 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. |
Invariants |
|
Mappings |
|
Identifier.system | |
Definition | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. |
Cardinality | 1...1 |
Type | uri |
Must Support | True |
Summary | True |
Requirements | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
Comments | Identifier.system is always case sensitive. |
Invariants |
|
Pattern | https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier |
Mappings |
|
Identifier.value | |
Definition | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
Cardinality | 1...1 |
Type | string |
Must Support | True |
Summary | True |
Comments | It is recommended to use a UUID. |
Invariants |
|
Examples | General 123456 |
Mappings |
|
Identifier.period | |
Definition | Time period during which identifier is/was valid for use. |
Cardinality | 0...1 |
Type | Period |
Summary | True |
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. |
Invariants |
|
Mappings |
|
Identifier.assigner | |
Definition | Organization that issued/manages the identifier. |
Cardinality | 0...1 |
Type | Reference(Organization) |
Summary | True |
Comments | 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. |
Invariants |
|
Mappings |
|
<StructureDefinition xmlns="http://hl7.org/fhir"> <id value="erp-service-request-request-identifier" /> <url value="https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-identifier" /> <version value="1.2" /> <name value="ERPServiceRequestRequestIdentifier" /> <title value="ERP Service Request Request Identifier" /> <status value="draft" /> <experimental value="false" /> <date value="2025-01-01" /> <publisher value="gematik GmbH" /> <description value="This identifier is used to identify a single ServiceRequest" /> <fhirVersion value="4.0.1" /> <kind value="complex-type" /> <abstract value="false" /> <type value="Identifier" /> <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Identifier" /> <derivation value="constraint" /> <differential> <element id="Identifier.system"> <path value="Identifier.system" /> <min value="1" /> <patternUri value="https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier" /> <mustSupport value="true" /> </element> <element id="Identifier.value"> <path value="Identifier.value" /> <short value="String that uniquely references the ServiceRequest." /> <comment value="It is recommended to use a UUID." /> <min value="1" /> <mustSupport value="true" /> </element> </differential> </StructureDefinition>
{ "resourceType": "StructureDefinition", "id": "erp-service-request-request-identifier", "url": "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-identifier", "version": "1.2", "name": "ERPServiceRequestRequestIdentifier", "title": "ERP Service Request Request Identifier", "status": "draft", "experimental": false, "date": "2025-01-01", "publisher": "gematik GmbH", "description": "This identifier is used to identify a single ServiceRequest", "fhirVersion": "4.0.1", "kind": "complex-type", "abstract": false, "type": "Identifier", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier", "derivation": "constraint", "differential": { "element": [ { "id": "Identifier.system", "path": "Identifier.system", "min": 1, "patternUri": "https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier", "mustSupport": true }, { "id": "Identifier.value", "path": "Identifier.value", "short": "String that uniquely references the ServiceRequest.", "comment": "It is recommended to use a UUID.", "min": 1, "mustSupport": true } ] } }
Terminologie Bindings
Folgende Bindings sind für diese Ressource spezifiziert:
Constraints
Folgende Constraints sind für diese Ressource spezifiziert: