PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.phd@0.3.0
    http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient
description: The patient information reported from personal health gateways (PHG)
package_name: rs/hl7.fhir.uv.phd
derivation: constraint
name: PhdPatient
type: Patient
elements:
  meta:
    index: 0
    elements:
      profile:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: value, type: value}
          min: 1
          slices:
            phdProfile:
              match: {value: null}
              schema:
                pattern: {type: uri, value: 'http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient'}
                _required: true
                type: uri
                index: 2
              min: 1
              max: 1
    required: [profile]
  identifier:
    index: 3
    elements:
      type:
        index: 4
        elements:
          coding:
            index: 5
            slicing:
              rules: open
              discriminator:
              - {path: system, type: value}
              min: null
              slices:
                v2Coding:
                  match: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                  schema:
                    short: Code defined by http://terminology.hl7.org/CodeSystem/v2-0203
                    _required: true
                    index: 6
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                        type: uri
                        index: 7
                      code: {short: 'a code from http://terminology.hl7.org/CodeSystem/v2-0203', index: 8}
                    required: [code, system]
      system: {short: 'The system associated with the value. For XDSb this would be the enterprise identifier (an OID). For unknown patient ''http://terminology.hl7.org/CodeSystem/v2-0004''', index: 9}
      value: {short: The patient identifier under the jurisdiction indicated by the system element. For unknown patient this would be 'U'., index: 10}
    required: [system, type, value]
package_version: 0.3.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.3.0
required: [identifier, meta]