PackagesCanonicalsLogsProblems
    Packages
    acme.base@2.0.4
    https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient
description: ACME-base-patient based on US Core Patient Profile.
package_name: acme.base
derivation: constraint
name: ACMEbasePatient
type: Patient
elements:
  address: {index: 10}
  deceasedDateTime: {type: dateTime, choiceOf: deceased, index: 9}
  managingOrganization:
    type: Reference
    refers: ['https://fake-acme.org/fhir/StructureDefinition/ACME-base-organization']
    index: 13
  name:
    _definition:
      extension:
      - url: http://hl7.org/fhir/StructureDefinition/translation
        extension:
        - {url: lang, valueCode: ca-FR}
        - {url: content, valueMarkdown: Une nomme associe de la individuelle}
    index: 5
  birthDate: {index: 6}
  deceased:
    choices: [deceasedDateTime]
    index: 8
  extension:
    index: 0
    slicing:
      slices:
        race:
          match: {}
          schema: {index: 0}
          max: 0
        ethnicity:
          match: {}
          schema: {index: 1}
          max: 0
  photo: {index: 11}
  identifier:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        ACMEcorpIdentifier:
          match: {system: 'https://fake-acme.org/fhir/NamingSystem/Patient-Identifier'}
          schema:
            _required: true
            index: 3
            elements:
              system:
                pattern: {type: Uri, value: 'https://fake-acme.org/fhir/NamingSystem/Patient-Identifier'}
                index: 4
  generalPractitioner:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'https://fake-acme.org/fhir/StructureDefinition/ACME-base-organization', 'https://fake-acme.org/fhir/StructureDefinition/ACME-base-practitioner']
    index: 12
package_version: 2.0.4
extensions:
  race: {url: null, max: 0, index: 0}
  ethnicity: {url: null, max: 0, index: 1}
class: profile
kind: resource
url: https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
version: 1.0.0
required: [birthDate]