PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.laboratory@0.1.1
    http://fhir.ehdsi.eu/laboratory/StructureDefinition/Patient-lab-myhealtheu
description: This profile defines how to represent Patients in HL7 FHIR for the purpose of this guide.
package_name: myhealth.eu.fhir.laboratory
derivation: constraint
name: PatientMyHealthEu
type: Patient
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        sex-for-clinical-use:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse', index: 1}
          min: 0
  identifier: {short: An identifier for this patient., index: 2}
  name:
    type: HumanName
    index: 3
    elements:
      text: {short: Textual full name, index: 4}
      family: {index: 5}
      given: {index: 6}
    required: [given, family]
  telecom: {short: A contact detail for the patient, index: 7}
  gender: {short: Administrative gender, index: 8}
  birthDate: {index: 9}
  address:
    type: Address
    index: 10
    elements:
      country:
        extensions:
          countryCode:
            url: null
            index: 11
            elements:
              value:
                choices: []
                index: 13
        elements:
          extension:
            index: 11
            slicing:
              slices:
                countryCode:
                  match: {}
                  schema:
                    index: 11
                    elements:
                      value:
                        choices: []
                        index: 13
package_version: 0.1.1
extensions:
  sex-for-clinical-use: {url: 'http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse', min: 0, type: Extension, index: 1}
class: profile
kind: resource
url: http://fhir.ehdsi.eu/laboratory/StructureDefinition/Patient-lab-myhealtheu
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.1.1
required: [birthDate]