PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.phd@1.1.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:
  identifier:
    index: 0
    elements:
      type:
        index: 1
        elements:
          coding:
            index: 2
            slicing:
              rules: open
              discriminator:
              - {path: system, type: value}
              min: 1
              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: 3
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                        type: uri
                        index: 4
                      code: {short: 'a code from http://terminology.hl7.org/CodeSystem/v2-0203', index: 5}
                    required: [code, system]
        required: [coding]
      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: 6}
      value: {short: The patient identifier under the jurisdiction indicated by the system element. For unknown patient this would be 'U'., index: 7}
    required: [system, type, value]
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.1.0
required: [identifier]