PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.merier.r5@0.1.0-alpha
    http://electronichealth.se/fhir/meri/StructureDefinition/medical-record-se-meri
description: Profile representing a patient record
package_name: se.electronichealth.fhir.merier.r5
derivation: constraint
name: MedicalRecordSeMeRI
type: Patient
elements:
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://electronichealth.se/fhir/meri/StructureDefinition/healthcare-provider-se-meri']
    index: 0
    elements:
      identifier:
        mustSupport: true
        index: 1
        elements:
          system: {mustSupport: true, index: 2}
          value: {mustSupport: true, index: 3}
        required: [value, system]
    required: [identifier]
  link:
    mustSupport: true
    index: 4
    elements:
      other:
        type: Reference
        mustSupport: true
        refers: ['http://electronichealth.se/fhir/meri/StructureDefinition/patient-se-meri']
        index: 5
        elements:
          identifier:
            mustSupport: true
            index: 6
            elements:
              system: {mustSupport: true, index: 7}
              value: {mustSupport: true, index: 8}
            required: [value, system]
        required: [identifier]
      type:
        pattern: {type: Code, value: seealso}
        mustSupport: true
        index: 9
package_version: 0.1.0-alpha
class: profile
kind: resource
url: http://electronichealth.se/fhir/meri/StructureDefinition/medical-record-se-meri
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.1.0
required: [managingOrganization, link]