DIPS Core Implementation Guide
0.1.0 - ci-build
Norway
DIPS Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPerson | Version: 0.1.0 | |||
| Draft as of 2026-09-03 | Computable Name: DIPSPerson | |||
The DIPS Person Profile inherits from the FHIR Person resource; refer to it for scope and usage definitions
Example Usage Scenarios:
The following are example usage scenarios for this profile:
Query by Person name or NPI
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |
![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage" | |
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
1..* | Identifier | A human identifier for this person Slice: Unordered, Open by value:system | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identification of the Norwegian FNR Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example Fødselsnummer: 15076500565 |
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The identification of the D-nummer Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example D-nummer: 700199 50032 |
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
?!Σ | 0..1 | boolean | This person's record is in active use |
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | Reference(Patient | Practitioner | RelatedPerson | Person) | The resource to which this actual person is associated | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Person.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:FNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:DNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Person | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Person | 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 |
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()
|
| dom-4 | error | Person | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Person | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Person | A resource should have narrative for robust management |
text.`div`.exists()
|
| 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()
|
This structure is derived from NoBasisPerson
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Coding | Security Labels applied to this resource Slice: Unordered, Open by exists:system | |
![]() ![]() ![]() ![]() |
0..* | Coding | Security Labels applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: http://ehelse.no/fhir/CodeSystem/gd-address-confidentiality | |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | graderingsnivå from FREG | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.3.6.1.4.1.9038.52.1587 | |
![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |
![]() ![]() |
1..* | Identifier | A human identifier for this person | |
![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() |
0..1 | string | The value that is unique | |
![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |
![]() ![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |
![]() ![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |
![]() ![]() ![]() ![]() |
0..0 | usual | official | temp | secondary | old (If known) | ||
![]() ![]() ![]() ![]() |
1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid | |
![]() ![]() ![]() ![]() |
1..1 | string | The value that is unique | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..0 | Unique id for inter-element referencing | ||
![]() ![]() ![]() |
0..0 | usual | official | temp | nickname | anonymous | old | maiden | ||
![]() ![]() ![]() |
0..0 | Prefix is not used in Norwegian names | ||
![]() ![]() ![]() |
0..0 | Suffix is not used in Norwegian human names | ||
![]() ![]() ![]() |
0..0 | Time period when name was/is in use | ||
![]() ![]() |
||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..* | NoBasisAddressOfficial | The concept of an officially registered address | |
![]() ![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonStateName | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLastOfficialAddressSyncTime | |
![]() ![]() ![]() |
0..1 | code | home | work | temp | old | billing - purpose of this address | |
![]() ![]() ![]() |
0..* | string | Street name, number, direction & P.O. Box etc. | |
![]() ![]() ![]() |
0..1 | string | Poststed or city | |
![]() ![]() ![]() |
0..1 | string | name of "kommune" | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality | |
![]() ![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:2.16.578.1.12.4.1.1.3402 | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..1 | string | norwegian "fylke" | |
![]() ![]() ![]() |
0..1 | string | Postal code for area | |
![]() ![]() ![]() |
0..1 | string | Country (e.g. can be ISO 3166 2 or 3 letter code) | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | Starting time with inclusive boundary | |
![]() ![]() |
0..0 | Image of the person | ||
![]() ![]() |
0..0 | The organization that is the custodian of the person record | ||
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Slice: Unordered, Open by exists:system Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: http://ehelse.no/fhir/CodeSystem/gd-address-confidentiality | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | graderingsnivå from FREG | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage" | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.3.6.1.4.1.9038.52.1587 | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |||||
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |||||
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |||||
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |||||
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
1..* | Identifier | A human identifier for this person Slice: Unordered, Open by value:system | |||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identification of the Norwegian FNR Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example Fødselsnummer: 15076500565 | ||||
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The identification of the D-nummer Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example D-nummer: 700199 50032 | ||||
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
Σ | 0..* | NoBasisHumanName | A name associated with the person | ||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | string | Defines a middle name URL: http://hl7.no/fhir/StructureDefinition/no-basis-middlename | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text representation of the full name | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Family name (often called 'Surname') | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Given names (not always 'first') This repeating element order: Given Names appear in the correct order for presenting the name | ||||
![]() ![]() |
Σ | 0..* | ContactPoint | A contact detail for the person | ||||
![]() ![]() |
Σ | 0..1 | code | male | female | other | unknown Binding: AdministrativeGender (required): The gender of a person used for administrative purposes. | ||||
![]() ![]() |
Σ | 0..1 | date | The date on which the person was born | ||||
![]() ![]() |
0..* | NoBasisAddress | Norwegian address | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | boolean | The concept of an officially registered address URL: http://hl7.no/fhir/StructureDefinition/no-basis-address-official | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | urban district information URL: http://hl7.no/fhir/StructureDefinition/no-basis-urban-district Binding: urn:oid:2.16.578.1.12.4.1.1.3403 (required): Bydel | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | Real property identification URL: http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonStateName | |||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLastOfficialAddressSyncTime | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | postal | physical | both Binding: AddressType (required): The type of an address (physical / postal). Example General: both | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text representation of the address Example General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Street name, number, direction & P.O. Box etc. This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Poststed or city Example General: Erewhon | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | name of "kommune" Example General: Madison | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Coded value for municipality/county Norwegian kommune URL: http://hl7.no/fhir/StructureDefinition/no-basis-municipalitycode Binding: https://register.geonorge.no/subregister/sosi-kodelister/kartverket/kommunenummer-alle (required) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:2.16.578.1.12.4.1.1.3402 | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | norwegian "fylke" | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Example General: 9132 | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when address was/is in use Example General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | dateTime | Starting time with inclusive boundary | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | This person's record is in active use | ||||
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | Reference(Patient | Practitioner | RelatedPerson | Person) | The resource to which this actual person is associated | |||||
![]() ![]() ![]() |
0..1 | code | level1 | level2 | level3 | level4 Binding: IdentityAssuranceLevel (required): The level of confidence that this link represents the same actual person, based on NIST Authentication Levels. | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Person.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Person.meta.security:addressConfidentiality | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Person.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Person.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Person.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:FNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:DNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:PersonID.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Person.gender | Base | required | AdministrativeGender | 📍4.0.1 | FHIR Std. |
| Person.address.use | Base | required | AddressUse | 📍4.0.1 | FHIR Std. |
| Person.address.type | Base | required | AddressType | 📍4.0.1 | FHIR Std. |
| Person.link.assurance | Base | required | IdentityAssuranceLevel | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Person | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Person | 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 |
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()
|
| dom-4 | error | Person | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Person | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Person | A resource should have narrative for robust management |
text.`div`.exists()
|
| 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()
|
This structure is derived from NoBasisPerson
Summary
Mandatory: 5 elements
Fixed: 4 elements
Prohibited: 21 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |
![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage" | |
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
1..* | Identifier | A human identifier for this person Slice: Unordered, Open by value:system | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identification of the Norwegian FNR Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example Fødselsnummer: 15076500565 |
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The identification of the D-nummer Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2 |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example D-nummer: 700199 50032 |
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() |
?!Σ | 0..1 | boolean | This person's record is in active use |
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | Reference(Patient | Practitioner | RelatedPerson | Person) | The resource to which this actual person is associated | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Person.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:FNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:DNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Person | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Person | 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 |
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()
|
| dom-4 | error | Person | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Person | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Person | A resource should have narrative for robust management |
text.`div`.exists()
|
| 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()
|
Differential View
This structure is derived from NoBasisPerson
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Coding | Security Labels applied to this resource Slice: Unordered, Open by exists:system | |
![]() ![]() ![]() ![]() |
0..* | Coding | Security Labels applied to this resource | |
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: http://ehelse.no/fhir/CodeSystem/gd-address-confidentiality | |
![]() ![]() ![]() ![]() ![]() |
0..1 | code | graderingsnivå from FREG | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.3.6.1.4.1.9038.52.1587 | |
![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |
![]() ![]() |
1..* | Identifier | A human identifier for this person | |
![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() |
0..1 | string | The value that is unique | |
![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |
![]() ![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |
![]() ![]() ![]() ![]() |
0..0 | Description of identifier | ||
![]() ![]() ![]() ![]() |
0..0 | Time period when id is/was valid for use | ||
![]() ![]() ![]() ![]() |
0..0 | Organization that issued id (may be just text) | ||
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |
![]() ![]() ![]() ![]() |
0..0 | usual | official | temp | secondary | old (If known) | ||
![]() ![]() ![]() ![]() |
1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid | |
![]() ![]() ![]() ![]() |
1..1 | string | The value that is unique | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..0 | Unique id for inter-element referencing | ||
![]() ![]() ![]() |
0..0 | usual | official | temp | nickname | anonymous | old | maiden | ||
![]() ![]() ![]() |
0..0 | Prefix is not used in Norwegian names | ||
![]() ![]() ![]() |
0..0 | Suffix is not used in Norwegian human names | ||
![]() ![]() ![]() |
0..0 | Time period when name was/is in use | ||
![]() ![]() |
||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..* | NoBasisAddressOfficial | The concept of an officially registered address | |
![]() ![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonStateName | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLastOfficialAddressSyncTime | |
![]() ![]() ![]() |
0..1 | code | home | work | temp | old | billing - purpose of this address | |
![]() ![]() ![]() |
0..* | string | Street name, number, direction & P.O. Box etc. | |
![]() ![]() ![]() |
0..1 | string | Poststed or city | |
![]() ![]() ![]() |
0..1 | string | name of "kommune" | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality | |
![]() ![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:2.16.578.1.12.4.1.1.3402 | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Version of the system - if relevant | ||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..1 | string | norwegian "fylke" | |
![]() ![]() ![]() |
0..1 | string | Postal code for area | |
![]() ![]() ![]() |
0..1 | string | Country (e.g. can be ISO 3166 2 or 3 letter code) | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | Starting time with inclusive boundary | |
![]() ![]() |
0..0 | Image of the person | ||
![]() ![]() |
0..0 | The organization that is the custodian of the person record | ||
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | NoBasisPerson | A generic person record | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Slice: Unordered, Open by exists:system Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: http://ehelse.no/fhir/CodeSystem/gd-address-confidentiality | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | graderingsnivå from FREG | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLanguage" | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:1.3.6.1.4.1.9038.52.1587 | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredTime | |||||
![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathComment | |||||
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonDeathRegisteredBy | |||||
![]() ![]() ![]() |
0..1 | id | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorId | |||||
![]() ![]() ![]() |
0..* | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonHospitalSectorName | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
1..* | Identifier | A human identifier for this person Slice: Unordered, Open by value:system | |||||
![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
0..* | Identifier | Norwegian FNR | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identification of the Norwegian FNR Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example Fødselsnummer: 15076500565 | ||||
![]() ![]() ![]() |
0..* | Identifier | The D-nummer of the patient | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The identification of the D-nummer Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2 | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 Example D-nummer: 700199 50032 | ||||
![]() ![]() ![]() |
1..1 | Identifier | A human identifier for this person | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://dips.no/fhir/namingsystem/dips-personid | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
Σ | 0..* | NoBasisHumanName | A name associated with the person | ||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | string | Defines a middle name URL: http://hl7.no/fhir/StructureDefinition/no-basis-middlename | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text representation of the full name | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Family name (often called 'Surname') | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Given names (not always 'first') This repeating element order: Given Names appear in the correct order for presenting the name | ||||
![]() ![]() |
Σ | 0..* | ContactPoint | A contact detail for the person | ||||
![]() ![]() |
Σ | 0..1 | code | male | female | other | unknown Binding: AdministrativeGender (required): The gender of a person used for administrative purposes. | ||||
![]() ![]() |
Σ | 0..1 | date | The date on which the person was born | ||||
![]() ![]() |
0..* | NoBasisAddress | Norwegian address | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | boolean | The concept of an officially registered address URL: http://hl7.no/fhir/StructureDefinition/no-basis-address-official | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | urban district information URL: http://hl7.no/fhir/StructureDefinition/no-basis-urban-district Binding: urn:oid:2.16.578.1.12.4.1.1.3403 (required): Bydel | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | Real property identification URL: http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonStateName | |||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonLastOfficialAddressSyncTime | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | home | work | temp | old | billing - purpose of this address Binding: AddressUse (required): The use of an address. Example General: home | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | postal | physical | both Binding: AddressType (required): The type of an address (physical / postal). Example General: both | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text representation of the address Example General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Street name, number, direction & P.O. Box etc. This repeating element order: The order in which lines should appear in an address label Example General: 137 Nowhere Street | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Poststed or city Example General: Erewhon | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | name of "kommune" Example General: Madison | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Coded value for municipality/county Norwegian kommune URL: http://hl7.no/fhir/StructureDefinition/no-basis-municipalitycode Binding: https://register.geonorge.no/subregister/sosi-kodelister/kartverket/kommunenummer-alle (required) | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | (Complex) | Optional Extensions Element URL: http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "http://dips.no/fhir/R4/StructureDefinition/DIPSPersonMunicipality" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system Fixed Value: urn:oid:2.16.578.1.12.4.1.1.3402 | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | norwegian "fylke" | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Example General: 9132 | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when address was/is in use Example General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | dateTime | Starting time with inclusive boundary | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | This person's record is in active use | ||||
![]() ![]() |
1..1 | BackboneElement | Link to a resource that concerns the same actual person | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | Reference(Patient | Practitioner | RelatedPerson | Person) | The resource to which this actual person is associated | |||||
![]() ![]() ![]() |
0..1 | code | level1 | level2 | level3 | level4 Binding: IdentityAssuranceLevel (required): The level of confidence that this link represents the same actual person, based on NIST Authentication Levels. | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Person.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Person.meta.security:addressConfidentiality | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| Person.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| Person.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Person.identifier.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:FNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:DNR.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Person.identifier:PersonID.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Person.gender | Base | required | AdministrativeGender | 📍4.0.1 | FHIR Std. |
| Person.address.use | Base | required | AddressUse | 📍4.0.1 | FHIR Std. |
| Person.address.type | Base | required | AddressType | 📍4.0.1 | FHIR Std. |
| Person.link.assurance | Base | required | IdentityAssuranceLevel | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Person | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Person | 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 |
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()
|
| dom-4 | error | Person | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Person | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Person | A resource should have narrative for robust management |
text.`div`.exists()
|
| 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()
|
This structure is derived from NoBasisPerson
Summary
Mandatory: 5 elements
Fixed: 4 elements
Prohibited: 21 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron
Search Parameters:
The following search parameters and search parameter combinations SHALL be supported:
SHALL support searching person using the address search parameter:
GET [base]/Person?address=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the address ([how to search by string])
SHALL support searching person using the address-city search parameter:
GET [base]/Person?address-city=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the address city string ([how to search by string])
SHALL support searching person using the address-state search parameter:
GET [base]/Person?address-state=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the address state ([how to search by string])
SHALL support searching person using the address-statecode search parameter:
GET [base]/Person?address-statecode=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the address statecode ([how to search by string])
SHALL support searching person using the address-use search parameter:
GET [base]/Person?address-use=[boolean]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the address use ([how to search by string])
SHALL support searching person using the birthdate search parameter:
GET [base]/Person?birthdate=[date]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the birthdate ([how to search by string])
SHALL support searching person using the district search parameter:
GET [base]/Person?district=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the district ([how to search by string])
SHALL support searching by person using the email search parameter:
GET [base]/Person?email=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the email ([how to search by string])
SHALL support searching person using the family search parameter:
GET [base]/Person?family=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the family ([how to search by string])
SHALL support searching person using the family-contains search parameter:
GET [base]/Person?family-contains=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the family name contains ([how to search by string])
SHALL support searching person using the family-exact search parameter:
GET [base]/Person?family-exact=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the exact family name ([how to search by string])
SHALL support searching person using the gender search parameter:
GET [base]/Person?gender=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the gender ([how to search by string])
SHALL support searching person using the given search parameter:
GET [base]/Person?given=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the given name ([how to search by string])
SHALL support searching person using the given-contains search parameter:
GET [base]/Person?given-contains=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the given name contains ([how to search by string])
SHALL support searching person using the given-exact search parameter:
GET [base]/Person?given-exact=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the exact given name ([how to search by string])
SHALL support searching person using the identifier search parameter:
GET [base]/Person?identifier={system|}[code]
Example:
| GET [base]/Person?identifier=http://dips.no/fhir/namingsystem/dips-personid | 2007964 |
Implementation Notes: Fetches a bundle of all Person resources that match the identifier ([how to search by string])
SHALL support searching person using the municipal search parameter:
GET [base]/Person?municipal=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the municipal ([how to search by string])
SHALL support searching person using the page search parameter:
GET [base]/Person?page=[number]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match page number ([how to search by string])
SHALL support searching person using the urban-district search parameter:
GET [base]/Person?urban-district=[string]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the urban district ([how to search by string])
SHALL support searching person using the zip search parameter:
GET [base]/Person?zip=[code]
Example:
Implementation Notes: Fetches a bundle of all Person resources that match the zip ([how to search by string])