PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r5@5.3.0
    http://hl7.org/fhir/StructureDefinition/patient-contactPriority
description: The order in which contacts would be used for the purpose of the contact.  For example, if a patient has multiple people listed as an emergency contact, which of those should be called first in an emergency. Or an Organization might have multiple contacts, one for press inquiries and two for patient inquires (one for scheduling, and one for billing questions).  All three of those contacts may have a rank=1, since they all have different purposes.
package_name: hl7.fhir.uv.extensions.r5
derivation: constraint
name: PatContactPriority
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/patient-contactPriority'}
    index: 0
  value:
    choices: [valuePositiveInt]
    index: 2
  valuePositiveInt: {type: positiveInt, choiceOf: value, index: 3}
package_version: 5.3.0
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/patient-contactPriority
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0
required: [valuePositiveInt, value]