3.0.0-alpha - ci-build Norway flag

Publication Build: This will be filled in by the publication tooling

Resource Profile: no-basis-Person

Official URL: http://hl7.no/fhir/StructureDefinition/no-basis-Person Version: 3.0.0-alpha
Active as of 2019-05-20 Computable Name: NoBasisPerson

Basisprofil for Norwegian Person information. Defined by The Norwegian Directorate of eHealth and HL7 Norway. Should be used as a basis for further profiling in use-cases where specific identity information is needed. The basis profile is open, but derived profiles should close down the information elements according to specification relevant to the use-case.

The no-basis-Person resource main use-case is with regards to information describing persons that are living in Norway. The information is typically available from the Norwegian “folkeregister” and contains information describing all Norweigan citizens and individuals working and living in Norway.

Usage:

Formal Views of Profile Content

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

This structure is derived from Person

NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... Slices for identifier 0..*IdentifierA human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:FNR 0..*IdentifierNorwegian FNR
..... system 1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value 1..1stringThe value that is unique
Example Fødselsnummer: 15076500565
.... identifier:DNR 0..*IdentifierThe D-nummer of the patient
..... system 1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value 1..1stringThe value that is unique
Example D-nummer: 700199 50032
... name 0..*NoBasisHumanNameNorwegian human name
... address 0..*NoBasisAddressNorwegian address

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... contained 0..*ResourceContained, inline Resources
... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
.... identifier:FNR Σ0..*IdentifierNorwegian FNR
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system Σ1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example Fødselsnummer: 15076500565
.... identifier:DNR Σ0..*IdentifierThe D-nummer of the patient
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system Σ1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example D-nummer: 700199 50032
... active ?!Σ0..1booleanThis person's record is in active use
... name 0..*NoBasisHumanNameNorwegian human name
... address 0..*NoBasisAddressNorwegian address

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Person.identifier:FNR.userequiredIdentifierUse
Person.identifier:DNR.userequiredIdentifierUse

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPersonIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPersonIf 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPersonIf 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-5errorPersonIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePersonA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierA human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:FNR Σ0..*IdentifierNorwegian FNR
..... id 0..1idUnique 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 .

..... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system Σ1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example Fødselsnummer: 15076500565
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:DNR Σ0..*IdentifierThe D-nummer of the patient
..... id 0..1idUnique 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 .

..... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system Σ1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example D-nummer: 700199 50032
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active ?!Σ0..1booleanThis person's record is in active use
... name 0..*NoBasisHumanNameNorwegian human name
... telecom Σ0..*ContactPointA contact detail for the person
... gender Σ0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate Σ0..1dateThe date on which the person was born
... deceased[x] Σ0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... address 0..*NoBasisAddressNorwegian address
... maritalStatus 0..1CodeableConceptMarital (civil) status of a person
Binding: MaritalStatusCodes (extensible): The domestic partnership status of a person.

... photo 0..*AttachmentImage of the person
... communication 0..*BackboneElementA language which may be used to communicate with the person about his or her health
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... language 1..1CodeableConceptThe language which can be used to communicate with the person about his or her health
Binding: AllLanguages (required): IETF language tag for a human language

.... preferred 0..1booleanLanguage preference indicator
... managingOrganization Σ0..1Reference(Organization)The organization that is the custodian of the person record
... link 0..*BackboneElementLink to a resource that concerns the same actual person
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... target 1..1Reference(Patient | Practitioner | RelatedPerson | Person)The resource to which this actual person is associated
.... assurance 0..1codelevel1 | level2 | level3 | level4
Binding: IdentityAssuranceLevel (required): The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Person.languagerequiredAllLanguages
Person.identifier:FNR.userequiredIdentifierUse
Person.identifier:FNR.typeextensibleIdentifierTypeCodes
Person.identifier:DNR.userequiredIdentifierUse
Person.identifier:DNR.typeextensibleIdentifierTypeCodes
Person.genderrequiredAdministrativeGender
Person.maritalStatusextensibleMaritalStatusCodes
Person.communication.languagerequiredAllLanguages
Person.link.assurancerequiredIdentityAssuranceLevel

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Person

Summary

Mandatory: 0 element (4 nested mandatory elements)
Fixed Value: 2 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Person.identifier is sliced based on the value of value:system

Differential View

This structure is derived from Person

NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... Slices for identifier 0..*IdentifierA human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:FNR 0..*IdentifierNorwegian FNR
..... system 1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value 1..1stringThe value that is unique
Example Fødselsnummer: 15076500565
.... identifier:DNR 0..*IdentifierThe D-nummer of the patient
..... system 1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value 1..1stringThe value that is unique
Example D-nummer: 700199 50032
... name 0..*NoBasisHumanNameNorwegian human name
... address 0..*NoBasisAddressNorwegian address

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... contained 0..*ResourceContained, inline Resources
... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
.... identifier:FNR Σ0..*IdentifierNorwegian FNR
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system Σ1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example Fødselsnummer: 15076500565
.... identifier:DNR Σ0..*IdentifierThe D-nummer of the patient
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system Σ1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example D-nummer: 700199 50032
... active ?!Σ0..1booleanThis person's record is in active use
... name 0..*NoBasisHumanNameNorwegian human name
... address 0..*NoBasisAddressNorwegian address

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Person.identifier:FNR.userequiredIdentifierUse
Person.identifier:DNR.userequiredIdentifierUse

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPersonIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPersonIf 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPersonIf 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-5errorPersonIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePersonA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Person 0..*PersonA generic person record
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierA human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:FNR Σ0..*IdentifierNorwegian FNR
..... id 0..1idUnique 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 .

..... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system Σ1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example Fødselsnummer: 15076500565
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:DNR Σ0..*IdentifierThe D-nummer of the patient
..... id 0..1idUnique 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 .

..... type Σ0..1CodeableConceptDescription of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system Σ1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣC1..1stringThe value that is unique
Example General: 123456
Example D-nummer: 700199 50032
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active ?!Σ0..1booleanThis person's record is in active use
... name 0..*NoBasisHumanNameNorwegian human name
... telecom Σ0..*ContactPointA contact detail for the person
... gender Σ0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate Σ0..1dateThe date on which the person was born
... deceased[x] Σ0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... address 0..*NoBasisAddressNorwegian address
... maritalStatus 0..1CodeableConceptMarital (civil) status of a person
Binding: MaritalStatusCodes (extensible): The domestic partnership status of a person.

... photo 0..*AttachmentImage of the person
... communication 0..*BackboneElementA language which may be used to communicate with the person about his or her health
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... language 1..1CodeableConceptThe language which can be used to communicate with the person about his or her health
Binding: AllLanguages (required): IETF language tag for a human language

.... preferred 0..1booleanLanguage preference indicator
... managingOrganization Σ0..1Reference(Organization)The organization that is the custodian of the person record
... link 0..*BackboneElementLink to a resource that concerns the same actual person
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... target 1..1Reference(Patient | Practitioner | RelatedPerson | Person)The resource to which this actual person is associated
.... assurance 0..1codelevel1 | level2 | level3 | level4
Binding: IdentityAssuranceLevel (required): The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Person.languagerequiredAllLanguages
Person.identifier:FNR.userequiredIdentifierUse
Person.identifier:FNR.typeextensibleIdentifierTypeCodes
Person.identifier:DNR.userequiredIdentifierUse
Person.identifier:DNR.typeextensibleIdentifierTypeCodes
Person.genderrequiredAdministrativeGender
Person.maritalStatusextensibleMaritalStatusCodes
Person.communication.languagerequiredAllLanguages
Person.link.assurancerequiredIdentityAssuranceLevel

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Person

Summary

Mandatory: 0 element (4 nested mandatory elements)
Fixed Value: 2 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Person.identifier is sliced based on the value of value:system

 

Other representations of profile: CSV, Excel, Schematron