0.1.7 - ci-build

EgdeEHG_IG - Local Development build (v0.1.7). See the Directory of published versions

Resource Profile: Patient - Egde Health Gateway - profile for Norwegian patients

Official URL: http://www.egde.no/StructureDefinition/ehg-no-Patient Version: 0.1.7
Draft as of 2023-03-24 Computable Name: EhgNoPatient

Based on Basisprofil for Norwegian Patient 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.

Usage:

Formal Views of Profile Content

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

This structure is derived from NoBasisPatient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... identifier 1..*IdentifierIdentifier for this patient
... identifier:FNR S0..1IdentifierNorwegian FNR
... identifier:DNR S0..1IdentifierThe D-nummer of the patient

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... implicitRules ?!ΣN0..1uriA set of rules under which this content was created
... citizenship N0..*(Complex)The citizenship of the patient
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
.... extension:code N0..1ExtensionNation code of citizenship
Binding: urn:iso:std:iso:3166 (example)
..... extension N0..0
..... url 1..1uri"code"
..... value[x] N1..1CodeableConceptValue of extension
.... extension:period N0..1ExtensionTime period of citizenship
..... extension N0..0
..... url 1..1uri"period"
..... value[x] N1..1PeriodValue of extension
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
.... identifier:FNR SΣ0..1IdentifierNorwegian FNR
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣN1..1stringThe actual Fødselsnummer
Example General: 123456
Example Fødselsnummer: 13057444850
.... identifier:FHN ΣN0..*IdentifierFelles hjelpenummer used for the patient
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriIdentification of the Norwegian felles hjelpenummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.3
..... value ΣN1..1stringThe actual Hjelpenummer
Example General: 123456
.... identifier:DNR SΣ0..1IdentifierThe D-nummer of the patient
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣN1..1stringThe actual D-nummer
Example General: 123456
.... identifier:HNR ΣN0..*IdentifierA locally assigned H-nummer
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... value ΣN1..1stringThe value that is unique
Example General: 123456
..... assigner ΣCN1..1Reference(Organization)Organization that issued id (may be just text)
... active ?!ΣN0..1booleanWhether this patient's record is in active use
... deceased[x] ?!ΣN0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... link ?!ΣN0..*BackboneElementLink to another patient resource that concerns the same actual person
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... other ΣCN1..1Reference(Patient | RelatedPerson)The other patient or related person resource that the link refers to
.... type ΣN1..1codereplaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another patient resource.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Patient.extension:citizenship.extension:code
[]
example

urn:iso:std:iso:3166

Patient.identifier:FNR.userequiredIdentifierUse
Patient.identifier:FHN.userequiredIdentifierUse
Patient.identifier:DNR.userequiredIdentifierUse
Patient.identifier:HNR.userequiredIdentifierUse
Patient.link.typerequiredLinkType

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf 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-4errorPatientIf 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-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA 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** elementsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ref-1errorPatient.identifier:HNR.assigner, Patient.link.otherSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))
NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... id Σ0..1idLogical id of this artifact
... meta ΣN0..1MetaMetadata about the resource
... implicitRules ?!ΣN0..1uriA set of rules under which this content was created
... text N0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... citizenship N0..*(Complex)The citizenship of the patient
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... extension:code N0..1ExtensionNation code of citizenship
Binding: urn:iso:std:iso:3166 (example)
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..0
..... url 1..1uri"code"
..... value[x] N1..1CodeableConceptValue of extension
.... extension:period N0..1ExtensionTime period of citizenship
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..0
..... url 1..1uri"period"
..... value[x] N1..1PeriodValue of extension
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... Slices for identifier Σ1..*IdentifierIdentifier for this patient
Slice: Unordered, Open by value:system
.... identifier:FNR SΣ0..1IdentifierNorwegian FNR
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣN1..1stringThe actual Fødselsnummer
Example General: 123456
Example Fødselsnummer: 13057444850
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:FHN ΣN0..*IdentifierFelles hjelpenummer used for the patient
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriIdentification of the Norwegian felles hjelpenummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.3
..... value ΣN1..1stringThe actual Hjelpenummer
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:DNR SΣ0..1IdentifierThe D-nummer of the patient
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣN1..1stringThe actual D-nummer
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:HNR ΣN0..*IdentifierA locally assigned H-nummer
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

...... id 0..1stringUnique id for inter-element referencing
...... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... coding ΣN0..*CodingCode defined by a terminology system
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... system ΣN1..1uriIdentity of the terminology system
Fixed Value: urn:oid:2.16.578.1.12.4.1.1.8327
....... version ΣN0..1stringVersion of the system - if relevant
....... code ΣN1..1codeSymbol in syntax defined by the system
Fixed Value: HNR
....... display ΣN0..1stringRepresentation defined by the system
....... userSelected ΣN0..1booleanIf this coding was chosen directly by the user
...... text ΣN0..1stringPlain text representation of the concept
..... system ΣN0..1uriThe namespace for the identifier value
Fixed Value: HNR
..... value ΣN1..1stringThe value that is unique
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN1..1Reference(Organization)Organization that issued id (may be just text)
... active ?!ΣN0..1booleanWhether this patient's record is in active use
... name ΣN0..*NoBasisHumanNameNorwegian human name
... telecom ΣCN0..*ContactPointA contact detail for the individual
... gender ΣN0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate ΣN0..1dateThe date of birth for the individual
... deceased[x] ?!ΣN0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... address ΣN0..*NoBasisAddressNorwegian address
... maritalStatus N0..1CodeableConceptMarital (civil) status of a patient
Binding: Marital Status Codes (extensible): The domestic partnership status of a person.

... multipleBirth[x] N0..1Whether patient is part of a multiple birth
.... multipleBirthBooleanboolean
.... multipleBirthIntegerinteger
... photo CN0..*AttachmentImage of the patient
... contact CN0..*BackboneElementA contact party (e.g. guardian, partner, friend) for the patient
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... relationship N0..*CodeableConceptThe kind of relationship
Binding: PatientContactRelationship (extensible): The nature of the relationship between a patient and a contact person for that patient.


.... name N0..1NoBasisHumanNameNorwegian human name
.... telecom CN0..*ContactPointA contact detail for the person
.... address N0..1NoBasisAddressAn address expressed using postal conventions (as opposed to GPS or other location definition formats)
.... gender N0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

.... organization CN0..1Reference(Organization)Organization that is associated with the contact
.... period CN0..1PeriodThe period during which this contact person or organization is valid to be contacted relating to this patient
... communication N0..*BackboneElementA language which may be used to communicate with the patient about his or her health
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... language N1..1CodeableConceptThe language which can be used to communicate with the patient about his or her health
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
.... preferred N0..1booleanLanguage preference indicator
... generalPractitioner CN0..*Reference(Organization | Practitioner | PractitionerRole | no-basis-Practitioner | no-basis-PractitionerRole | no-basis-Organization)Patient's nominated primary care provider
... managingOrganization ΣCN0..1Reference(Organization | no-basis-Organization)Organization that is the custodian of the patient record
... link ?!ΣN0..*BackboneElementLink to another patient resource that concerns the same actual person
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... other ΣCN1..1Reference(Patient | RelatedPerson)The other patient or related person resource that the link refers to
.... type ΣN1..1codereplaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another patient resource.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Patient.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Patient.extension:citizenship.extension:code
[]
example

urn:iso:std:iso:3166

Patient.identifier:FNR.userequiredIdentifierUse
Patient.identifier:FNR.typeextensibleIdentifier Type Codes
Patient.identifier:FHN.userequiredIdentifierUse
Patient.identifier:FHN.typeextensibleIdentifier Type Codes
Patient.identifier:DNR.userequiredIdentifierUse
Patient.identifier:DNR.typeextensibleIdentifier Type Codes
Patient.identifier:HNR.userequiredIdentifierUse
Patient.identifier:HNR.typeextensibleIdentifier Type Codes
Patient.genderrequiredAdministrativeGender
Patient.maritalStatusextensibleMarital Status Codes
Patient.contact.relationshipextensiblePatientContactRelationship
Patient.contact.genderrequiredAdministrativeGender
Patient.communication.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType

Constraints

IdGradePath(s)DetailsRequirements
att-1errorPatient.photoIf the Attachment has data, it SHALL have a contentType
: data.empty() or contentType.exists()
cpt-2errorPatient.telecom, Patient.contact.telecomA system is required if a value is provided.
: value.empty() or system.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** elementsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
pat-1errorPatient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
per-1errorPatient.identifier:FNR.period, Patient.identifier:FHN.period, Patient.identifier:DNR.period, Patient.identifier:HNR.period, Patient.contact.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
ref-1errorPatient.identifier:FNR.assigner, Patient.identifier:FHN.assigner, Patient.identifier:DNR.assigner, Patient.identifier:HNR.assigner, Patient.contact.organization, Patient.generalPractitioner, Patient.managingOrganization, Patient.link.otherSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))

This structure is derived from NoBasisPatient

Summary

Mandatory: 1 element
Must-Support: 2 elements

Differential View

This structure is derived from NoBasisPatient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... identifier 1..*IdentifierIdentifier for this patient
... identifier:FNR S0..1IdentifierNorwegian FNR
... identifier:DNR S0..1IdentifierThe D-nummer of the patient

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... implicitRules ?!ΣN0..1uriA set of rules under which this content was created
... citizenship N0..*(Complex)The citizenship of the patient
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
.... extension:code N0..1ExtensionNation code of citizenship
Binding: urn:iso:std:iso:3166 (example)
..... extension N0..0
..... url 1..1uri"code"
..... value[x] N1..1CodeableConceptValue of extension
.... extension:period N0..1ExtensionTime period of citizenship
..... extension N0..0
..... url 1..1uri"period"
..... value[x] N1..1PeriodValue of extension
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
.... identifier:FNR SΣ0..1IdentifierNorwegian FNR
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣN1..1stringThe actual Fødselsnummer
Example General: 123456
Example Fødselsnummer: 13057444850
.... identifier:FHN ΣN0..*IdentifierFelles hjelpenummer used for the patient
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriIdentification of the Norwegian felles hjelpenummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.3
..... value ΣN1..1stringThe actual Hjelpenummer
Example General: 123456
.... identifier:DNR SΣ0..1IdentifierThe D-nummer of the patient
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system ΣN1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣN1..1stringThe actual D-nummer
Example General: 123456
.... identifier:HNR ΣN0..*IdentifierA locally assigned H-nummer
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... value ΣN1..1stringThe value that is unique
Example General: 123456
..... assigner ΣCN1..1Reference(Organization)Organization that issued id (may be just text)
... active ?!ΣN0..1booleanWhether this patient's record is in active use
... deceased[x] ?!ΣN0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... link ?!ΣN0..*BackboneElementLink to another patient resource that concerns the same actual person
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... other ΣCN1..1Reference(Patient | RelatedPerson)The other patient or related person resource that the link refers to
.... type ΣN1..1codereplaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another patient resource.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Patient.extension:citizenship.extension:code
[]
example

urn:iso:std:iso:3166

Patient.identifier:FNR.userequiredIdentifierUse
Patient.identifier:FHN.userequiredIdentifierUse
Patient.identifier:DNR.userequiredIdentifierUse
Patient.identifier:HNR.userequiredIdentifierUse
Patient.link.typerequiredLinkType

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPatientIf 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-4errorPatientIf 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-5errorPatientIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePatientA 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** elementsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ref-1errorPatient.identifier:HNR.assigner, Patient.link.otherSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*NoBasisPatientInformation about an individual or animal receiving health care services
... id Σ0..1idLogical id of this artifact
... meta ΣN0..1MetaMetadata about the resource
... implicitRules ?!ΣN0..1uriA set of rules under which this content was created
... text N0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... citizenship N0..*(Complex)The citizenship of the patient
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... extension:code N0..1ExtensionNation code of citizenship
Binding: urn:iso:std:iso:3166 (example)
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..0
..... url 1..1uri"code"
..... value[x] N1..1CodeableConceptValue of extension
.... extension:period N0..1ExtensionTime period of citizenship
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..0
..... url 1..1uri"period"
..... value[x] N1..1PeriodValue of extension
.... url 1..1uri"http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... Slices for identifier Σ1..*IdentifierIdentifier for this patient
Slice: Unordered, Open by value:system
.... identifier:FNR SΣ0..1IdentifierNorwegian FNR
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriIdentification of the Norwegian FNR
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.1
..... value ΣN1..1stringThe actual Fødselsnummer
Example General: 123456
Example Fødselsnummer: 13057444850
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:FHN ΣN0..*IdentifierFelles hjelpenummer used for the patient
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriIdentification of the Norwegian felles hjelpenummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.3
..... value ΣN1..1stringThe actual Hjelpenummer
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:DNR SΣ0..1IdentifierThe D-nummer of the patient
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

..... system ΣN1..1uriThe identification of the D-nummer
Fixed Value: urn:oid:2.16.578.1.12.4.1.4.2
..... value ΣN1..1stringThe actual D-nummer
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN0..1Reference(Organization)Organization that issued id (may be just text)
.... identifier:HNR ΣN0..*IdentifierA locally assigned H-nummer
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!ΣN0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type ΣN0..1CodeableConceptDescription 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.

...... id 0..1stringUnique id for inter-element referencing
...... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... coding ΣN0..*CodingCode defined by a terminology system
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... system ΣN1..1uriIdentity of the terminology system
Fixed Value: urn:oid:2.16.578.1.12.4.1.1.8327
....... version ΣN0..1stringVersion of the system - if relevant
....... code ΣN1..1codeSymbol in syntax defined by the system
Fixed Value: HNR
....... display ΣN0..1stringRepresentation defined by the system
....... userSelected ΣN0..1booleanIf this coding was chosen directly by the user
...... text ΣN0..1stringPlain text representation of the concept
..... system ΣN0..1uriThe namespace for the identifier value
Fixed Value: HNR
..... value ΣN1..1stringThe value that is unique
Example General: 123456
..... period ΣCN0..1PeriodTime period when id is/was valid for use
..... assigner ΣCN1..1Reference(Organization)Organization that issued id (may be just text)
... active ?!ΣN0..1booleanWhether this patient's record is in active use
... name ΣN0..*NoBasisHumanNameNorwegian human name
... telecom ΣCN0..*ContactPointA contact detail for the individual
... gender ΣN0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

... birthDate ΣN0..1dateThe date of birth for the individual
... deceased[x] ?!ΣN0..1Indicates if the individual is deceased or not
.... deceasedBooleanboolean
.... deceasedDateTimedateTime
... address ΣN0..*NoBasisAddressNorwegian address
... maritalStatus N0..1CodeableConceptMarital (civil) status of a patient
Binding: Marital Status Codes (extensible): The domestic partnership status of a person.

... multipleBirth[x] N0..1Whether patient is part of a multiple birth
.... multipleBirthBooleanboolean
.... multipleBirthIntegerinteger
... photo CN0..*AttachmentImage of the patient
... contact CN0..*BackboneElementA contact party (e.g. guardian, partner, friend) for the patient
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... relationship N0..*CodeableConceptThe kind of relationship
Binding: PatientContactRelationship (extensible): The nature of the relationship between a patient and a contact person for that patient.


.... name N0..1NoBasisHumanNameNorwegian human name
.... telecom CN0..*ContactPointA contact detail for the person
.... address N0..1NoBasisAddressAn address expressed using postal conventions (as opposed to GPS or other location definition formats)
.... gender N0..1codemale | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.

.... organization CN0..1Reference(Organization)Organization that is associated with the contact
.... period CN0..1PeriodThe period during which this contact person or organization is valid to be contacted relating to this patient
... communication N0..*BackboneElementA language which may be used to communicate with the patient about his or her health
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... language N1..1CodeableConceptThe language which can be used to communicate with the patient about his or her health
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
.... preferred N0..1booleanLanguage preference indicator
... generalPractitioner CN0..*Reference(Organization | Practitioner | PractitionerRole | no-basis-Practitioner | no-basis-PractitionerRole | no-basis-Organization)Patient's nominated primary care provider
... managingOrganization ΣCN0..1Reference(Organization | no-basis-Organization)Organization that is the custodian of the patient record
... link ?!ΣN0..*BackboneElementLink to another patient resource that concerns the same actual person
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!ΣN0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... other ΣCN1..1Reference(Patient | RelatedPerson)The other patient or related person resource that the link refers to
.... type ΣN1..1codereplaced-by | replaces | refer | seealso
Binding: LinkType (required): The type of link between this patient resource and another patient resource.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Patient.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Patient.extension:citizenship.extension:code
[]
example

urn:iso:std:iso:3166

Patient.identifier:FNR.userequiredIdentifierUse
Patient.identifier:FNR.typeextensibleIdentifier Type Codes
Patient.identifier:FHN.userequiredIdentifierUse
Patient.identifier:FHN.typeextensibleIdentifier Type Codes
Patient.identifier:DNR.userequiredIdentifierUse
Patient.identifier:DNR.typeextensibleIdentifier Type Codes
Patient.identifier:HNR.userequiredIdentifierUse
Patient.identifier:HNR.typeextensibleIdentifier Type Codes
Patient.genderrequiredAdministrativeGender
Patient.maritalStatusextensibleMarital Status Codes
Patient.contact.relationshipextensiblePatientContactRelationship
Patient.contact.genderrequiredAdministrativeGender
Patient.communication.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Patient.link.typerequiredLinkType

Constraints

IdGradePath(s)DetailsRequirements
att-1errorPatient.photoIf the Attachment has data, it SHALL have a contentType
: data.empty() or contentType.exists()
cpt-2errorPatient.telecom, Patient.contact.telecomA system is required if a value is provided.
: value.empty() or system.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** elementsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
pat-1errorPatient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
per-1errorPatient.identifier:FNR.period, Patient.identifier:FHN.period, Patient.identifier:DNR.period, Patient.identifier:HNR.period, Patient.contact.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
ref-1errorPatient.identifier:FNR.assigner, Patient.identifier:FHN.assigner, Patient.identifier:DNR.assigner, Patient.identifier:HNR.assigner, Patient.contact.organization, Patient.generalPractitioner, Patient.managingOrganization, Patient.link.otherSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))

This structure is derived from NoBasisPatient

Summary

Mandatory: 1 element
Must-Support: 2 elements

 

Other representations of profile: CSV, Excel, Schematron