PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.document@2.0.0
    http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-practitionerrole
description: Document PractitionerRole resource used to describe the role of a healthcare professional or another actor involved in citizen or patient care.
package_name: medcom.fhir.dk.document
derivation: constraint
name: MedComDocumentPractitionerRole
type: PractitionerRole
elements:
  identifier:
    short: Globally unique, stable identifier for this resource. The same identifier SHALL be used when this resource is recreated from the same source data.
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  practitioner:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-practitioner']
    index: 3
  organization:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-organization']
    index: 4
package_version: 2.0.0
class: profile
kind: resource
url: http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-practitionerrole
base: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitionerrole
version: 2.0.0
required: [identifier]