PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.pl.base.r5@0.1.2
    http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-organization-medicalEntityUnit
description: Jednostka organizacyjna podmiotu leczniczego (wg RPWDL)
package_name: hl7.fhir.pl.base.r5
derivation: constraint
name: PLBaseMedicalEntityUnit
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system:
        pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.4424.2.3.2'}
        mustSupport: true
        index: 1
      value: {mustSupport: true, index: 2}
    required: [value, system]
  name: {mustSupport: true, index: 3}
  contact:
    mustSupport: true
    index: 4
    elements:
      telecom: {mustSupport: true, index: 5}
      address: {mustSupport: true, index: 6}
    required: [address, telecom]
  partOf:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-organization-medicalEntity']
    index: 7
    elements:
      reference: {mustSupport: true, index: 8}
      identifier:
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.4424.2.3.1'}
            mustSupport: true
            index: 10
          value: {mustSupport: true, index: 11}
        required: [value, system]
package_version: 0.1.2
class: profile
kind: resource
url: http://hl7.org.pl/fhir/ig/pl-base/StructureDefinition/pl-base-organization-medicalEntityUnit
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.1.2
required: [name, partOf, identifier, contact]