PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base@0.1.0-ballot
    http://hl7.eu/fhir/base/StructureDefinition/Patient-eu-ehic
description: This profile represents the constraints applied to the Patient resource when sed with the EHIC coverage profile.
package_name: hl7.fhir.eu.base
derivation: constraint
name: PatientEhic
type: Patient
elements:
  identifier:
    index: 0
    elements:
      system:
        binding: {strength: extensible, valueSet: 'http://hl7.eu/fhir/base/ValueSet/uri-ehicPersonalId'}
        index: 1
      value: {index: 2}
    required: [value, system]
  name:
    index: 3
    elements:
      family: {short: EHIC#3 - Name, index: 4}
      given: {short: EHIC#4 - Given names, index: 5}
    required: [given, family]
  birthDate: {short: EHIC#5 - Date of birth, index: 6}
package_version: 0.1.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/base/StructureDefinition/Patient-eu-ehic
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.1.0-ballot
required: [name, identifier, birthDate]