PackagesCanonicalsLogsProblems
    Packages
    tewhatuora.digitaltooling@0.0.7
    https://fhir-ig.digital.health.nz/hnz-digital-tooling/StructureDefinition/example-patient
description: null
package_name: tewhatuora.digitaltooling
derivation: constraint
name: ExamplePatientProfile
type: Patient
elements:
  active:
    pattern: {type: Boolean, value: true}
    index: 0
  gender:
    pattern: {type: Code, value: male}
    index: 1
  birthDate: {index: 2}
  address: {array: true, min: 2, max: 3, index: 3}
  maritalStatus:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: U, system: 'http://terminology.hl7.org/CodeSystem/v3-MaritalStatus'}
    index: 4
package_version: 0.0.7
class: profile
kind: resource
url: https://fhir-ig.digital.health.nz/hnz-digital-tooling/StructureDefinition/example-patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.0.7
required: [gender]