PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@0.1.1
    http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile
description: Fresenius Patient Profile
package_name: fmcna.caredata.fhir.ig.r4
derivation: constraint
name: FreseniusPatient
type: Patient
elements:
  extension:
    type: Extension
    url: http://hl7.org/fhir/StructureDefinition/patient-citizenship
    index: 0
    slicing:
      slices:
        citizenshipExtn:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-citizenship', index: 0}
          min: 0
          max: 1
        religionExtn:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-religion', index: 1}
          min: 0
          max: 1
  identifier:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        MRIdentifier:
          match: {system: 'urn:oid:2.16.840.1.113883.3.7418.2.1'}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              type:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v2-0203'}
                index: 4
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.7418.2.1'}
                index: 5
        SSIdentifier:
          match: {system: 'http://hl7.org/fhir/sid/us-ssn'}
          schema:
            mustSupport: true
            index: 6
            elements:
              type:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v2-0203'}
                index: 7
              system:
                pattern: {type: Uri, value: 'http://hl7.org/fhir/sid/us-ssn'}
                index: 8
  gender:
    binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-gender-vs'}
    index: 9
  birthDate: {index: 10}
  maritalStatus:
    binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-marital-status-vs'}
    index: 11
  contact:
    elements:
      relationship:
        binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-contact-relationship-vs'}
        index: 12
  communication:
    elements:
      language:
        binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/ValueSet/fmc-language-vs'}
        index: 13
package_version: 0.1.1
extensions:
  citizenshipExtn: {url: 'http://hl7.org/fhir/StructureDefinition/patient-citizenship', min: 0, max: 1, type: Extension, index: 0}
  religionExtn: {url: 'http://hl7.org/fhir/StructureDefinition/patient-religion', min: 0, max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
version: null
required: [birthDate]