PackagesCanonicalsLogsProblems
    Packages
    HL7Norway.STU3.no.basis@1.0.3
    http://hl7.no/fhir/StructureDefinition/no-basis-RelatedPerson
description: Basisprofil for Norwegian RelatedPerson 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.\r\n\r\nTypical use-case for no-basis-RelatedPerson involves information about relations person-patient.\r\n- Relations registered in norwegian Master Person Information Index (aka Folkeregisteret)\r\n- Other relationship information registered on a patient or person neccessary for patient treatment\r\n- Should not be used for contact persons for the patient with a predefined role in the patient care, as information as this is registered separately in the Patient resource
package_name: HL7Norway.STU3.no.basis
derivation: constraint
name: no-basis-RelatedPerson
type: RelatedPerson
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        FNR:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.1'}
          schema:
            short: Norwegian FNR
            index: 1
            elements:
              system:
                short: Identification of the Norwegian FNR
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.1'}
                index: 2
              value: {short: The actual Fødselsnummer, index: 3}
            required: [value, system]
        DNR:
          match: {system: 'urn:oid:2.16.578.1.12.4.1.4.2'}
          schema:
            short: The D-nummer of the patient
            index: 4
            elements:
              system:
                short: The identification of the D-nummer
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.4.2'}
                index: 5
              value: {short: The actual D-nummer, index: 6}
            required: [value, system]
  patient:
    type: Reference
    short: The person this person is related to
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Person']
    index: 7
  relationship:
    index: 8
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      min: null
      slices:
        maritalStatus:
          match:
            coding: {system: null}
          schema: {short: marital status from Norwegian Person Index, index: 9}
        familyRelation:
          match:
            coding: {system: null}
          schema: {short: Family relationship from Norwegian Person Index, index: 10}
        parental:
          match:
            coding: {system: null}
          schema: {short: Parental responsibility registered in Norwegian person index, index: 11}
  name: {type: HumanName, index: 12}
  address: {type: Address, short: Norwegian address, index: 13}
package_version: 1.0.3
class: profile
kind: resource
url: http://hl7.no/fhir/StructureDefinition/no-basis-RelatedPerson
base: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: 1.0.3