PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.specialty-rx@0.1.0
    http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient
description: This profile tailors the Patient resource for carrying the patient information needed to support specialty medication dispensing and enrollment in related programs.
package_name: hl7.fhir.us.specialty-rx
derivation: constraint
name: SpecialtyRxPatient
type: Patient
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
  name:
    elements:
      family: {index: 2}
      given: {index: 3}
    required: [given, family]
  telecom: {index: 4}
  birthDate: {index: 5}
  address:
    index: 6
    elements:
      line: {index: 7}
      city: {index: 8}
      state: {index: 9}
      postalCode: {index: 10}
    required: [city, postalCode, line, state]
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
version: 0.1.0
required: [address, birthDate, telecom]