Legemiddeldata fra institusjon til Legemiddelregisteret - Local Development build (v1.0.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://hl7.no/fhir/ig/lmdi/StructureDefinition/npr-episode-identifier | Version: 1.0.7 | |||
| Active as of 2025-10-18 | Computable Name: NprEpisodeIdentifier | |||
Entydig identifikator for episode, brukt ved rapportering til NPR. Kan inneholde både string-basert og UUID-basert identifikator.
Context of Use
This extension may be used on the following element(s):
Usage info
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Extension
Summary
Complex Extension: Entydig identifikator for episode, brukt ved rapportering til NPR. Kan inneholde både string-basert og UUID-basert identifikator.
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints    Filter:   | 
|---|---|---|---|---|
|   Extension | C | 0..* | Extension | NPR Episode Identifier Constraints: npr-episode-at-least-one | 
|    Slices for extension | Content/Rules for all slices | |||
|     extension:stringIdentifier | S | 0..1 | Extension | String-basert NPR episode identifikator | 
|      extension | 0..0 | |||
|      url | 1..1 | uri | "stringIdentifier" | |
|      value[x] | 1..1 | string | Value of extension | |
|     extension:uuidIdentifier | S | 0..1 | Extension | UUID-basert NPR episode identifikator | 
|      extension | 0..0 | |||
|      url | 1..1 | uri | "uuidIdentifier" | |
|      value[x] | 1..1 | uuid | Value of extension | |
|    url | 1..1 | uri | "http://hl7.no/fhir/ig/lmdi/StructureDefinition/npr-episode-identifier" | |
|    value[x] | 0..0 | |||
|  Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints    Filter:   | 
|---|---|---|---|---|
|   Extension | C | 0..* | Extension | NPR Episode Identifier Constraints: npr-episode-at-least-one | 
|    id | 0..1 | string | Unique id for inter-element referencing | |
|    Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
|     extension:stringIdentifier | S | 0..1 | Extension | String-basert NPR episode identifikator | 
|      id | 0..1 | string | Unique id for inter-element referencing | |
|      extension | 0..0 | |||
|      url | 1..1 | uri | "stringIdentifier" | |
|      value[x] | 1..1 | string | Value of extension | |
|     extension:uuidIdentifier | S | 0..1 | Extension | UUID-basert NPR episode identifikator | 
|      id | 0..1 | string | Unique id for inter-element referencing | |
|      extension | 0..0 | |||
|      url | 1..1 | uri | "uuidIdentifier" | |
|      value[x] | 1..1 | uuid | Value of extension | |
|    url | 1..1 | uri | "http://hl7.no/fhir/ig/lmdi/StructureDefinition/npr-episode-identifier" | |
|  Documentation for this format | ||||
This structure is derived from Extension
Summary
Complex Extension: Entydig identifikator for episode, brukt ved rapportering til NPR. Kan inneholde både string-basert og UUID-basert identifikator.
Differential View
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints    Filter:   | 
|---|---|---|---|---|
|   Extension | C | 0..* | Extension | NPR Episode Identifier Constraints: npr-episode-at-least-one | 
|    Slices for extension | Content/Rules for all slices | |||
|     extension:stringIdentifier | S | 0..1 | Extension | String-basert NPR episode identifikator | 
|      extension | 0..0 | |||
|      url | 1..1 | uri | "stringIdentifier" | |
|      value[x] | 1..1 | string | Value of extension | |
|     extension:uuidIdentifier | S | 0..1 | Extension | UUID-basert NPR episode identifikator | 
|      extension | 0..0 | |||
|      url | 1..1 | uri | "uuidIdentifier" | |
|      value[x] | 1..1 | uuid | Value of extension | |
|    url | 1..1 | uri | "http://hl7.no/fhir/ig/lmdi/StructureDefinition/npr-episode-identifier" | |
|    value[x] | 0..0 | |||
|  Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints    Filter:   | 
|---|---|---|---|---|
|   Extension | C | 0..* | Extension | NPR Episode Identifier Constraints: npr-episode-at-least-one | 
|    id | 0..1 | string | Unique id for inter-element referencing | |
|    Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
|     extension:stringIdentifier | S | 0..1 | Extension | String-basert NPR episode identifikator | 
|      id | 0..1 | string | Unique id for inter-element referencing | |
|      extension | 0..0 | |||
|      url | 1..1 | uri | "stringIdentifier" | |
|      value[x] | 1..1 | string | Value of extension | |
|     extension:uuidIdentifier | S | 0..1 | Extension | UUID-basert NPR episode identifikator | 
|      id | 0..1 | string | Unique id for inter-element referencing | |
|      extension | 0..0 | |||
|      url | 1..1 | uri | "uuidIdentifier" | |
|      value[x] | 1..1 | uuid | Value of extension | |
|    url | 1..1 | uri | "http://hl7.no/fhir/ig/lmdi/StructureDefinition/npr-episode-identifier" | |
|  Documentation for this format | ||||
Other representations of profile: CSV, Excel, Schematron
| Id | Grade | Path(s) | Description | Expression | 
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children | hasValue() or (children().count() > id.count()) | 
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both | extension.exists() != value.exists() | 
| npr-episode-at-least-one | error | Extension | Minst én NPR episode identifikator (string eller UUID) må oppgis | extension('stringIdentifier').exists() or extension('uuidIdentifier').exists() |