PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.messaging@2.2.0
    http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-requesterorganization
description: This profile is intended to be used to represent the requester organization of the observations.
package_name: medcom.fhir.dk.messaging
derivation: constraint
name: MedComRequesterOrganization
type: Organization
elements:
  identifier:
    array: true
    min: 3
    index: 0
    slicing:
      slices:
        Ydernummer:
          match: {}
          schema: {mustSupport: true, _required: true, index: 1}
          min: 1
  contact:
    constraint:
      medcom-homecareObservation-4: {human: There shall either be a RequesterInitials or a InitialsNotKnown., source: 'http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-requesterorganization', severity: error, expression: 'name.exists() or extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').exists()'}
    mustSupport: true
    index: 2
    extensions:
      InitialsNotKnown: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 4}
    elements:
      extension:
        index: 3
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            InitialsNotKnown:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 4}
              min: 0
              max: 1
      name:
        mustSupport: true
        index: 5
        elements:
          given: {short: Initials of the practitioner that request the observation., mustSupport: true, index: 6}
        required: [given]
package_version: 2.2.0
class: profile
kind: resource
url: http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-requesterorganization
base: http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization
version: 2.2.0
required: [contact]