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