Page Status: updated 2022-03-23

Practitioner

Page index

Introduction

The Practitioner resource, shown in the profile NLLPractitioner, represents the practitioner making changes in the patient's record in the National Medication List, e.g. a prescriber or a pharmacist. The intention of this resource is to capture the identification codes and name of the person involved in creating, changing, concluding or terminating resources, e.g. MedicationRequest, MedicationDispense, Consent e.t.c.. This resource is allways a contained resource and it is therefore not possible to fetch or change a practitioner independently from the resource it is bound to.

Regarding information about how the "must support"-property is used in the Swedish National MedicationList, please refer to the page Resources

Overview

idS Σ0..1string
identifierΣ0..*Identifier
activeΣ0..1boolean
genderΣ0..1codeBinding
birthDateΣ0..1date
photo0..*Attachment
communication0..*CodeableConceptBinding
Practitioner
DefinitionA person who is directly or indirectly involved in the provisioning of healthcare.
Cardinality0...*
Invariants
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
Mappings
  • rim: Entity. Role, or Act
  • v2: PRD (as one example)
  • rim: Role
  • servd: Provider
  • EHM: Personal
Practitioner.id
DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Practitioner.meta
DefinitionThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Cardinality0...1
TypeMeta
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Practitioner.implicitRules
DefinitionA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
Cardinality0...1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Practitioner.language
DefinitionThe base language in which the resource is written.
Cardinality0...1
Typecode
Binding

A human language.

CommonLanguages (preferred)
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Practitioner.text
DefinitionA human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
Cardinality0...1
TypeNarrative
Aliasnarrative, html, xhtml, display
Comments

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
Practitioner.contained
DefinitionThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
Cardinality0...*
TypeResource
Aliasinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

Mappings
  • rim: N/A
Practitioner.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Practitioner.extension:userAcronym
DefinitionAn identifier that can be used in combination with e.g. name and workplace name to understand which individual that performed an action. userAcronym is only used for pharmacy staff.
Cardinality0...1
TypeExtension(string)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Maximum string length: 20

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
  • rim: n/a
  • EHM: Användar-id
Practitioner.extension:userAcronym.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:userAcronym.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:userAcronym.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

https://electronichealth.se/fhir/StructureDefinition/NLLUserAcronym

Mappings
  • rim: N/A
Practitioner.extension:userAcronym.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typestring
Comments

Maximum string length: 20

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace
DefinitionThe practitioners workplace. A prescriber may have several workplaces and the workplace information defined in this structure should reflect the workplace related to the situation, e.g. unit where the practitioner was situated when the prescription was requested.
Cardinality0...1
TypeExtension(Complex)
Must SupportTrue
Aliasextensions, user content
Comments
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier
DefinitionIdentifier for the workplace. Can be either a Global Location Number, Organization Number, HSA Id or Arbetsplatskod.
Cardinality0...1
TypeExtension
Must SupportTrue
Aliasextensions, user content
Comments

Maximum string length: 13

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • EHM: Arbetsplats-id
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

workplaceIdentifier

Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typestring
Comments
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceName
DefinitionName of the workplace (sv: arbetsplatsnamn). Not mandatory for pharmacies.
Cardinality0...1
TypeExtension
Must SupportTrue
Aliasextensions, user content
Comments

Maximum string length: 64

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • EHM: Arbetsplatsnamn
Practitioner.extension:nllApplicableWorkplace.extension:workplaceName.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceName.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceName.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

workplaceName

Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceName.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typestring
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceType
DefinitionWorkplace type, can be either a health care unit, or a pharmacy.
Cardinality0...1
TypeExtension
Bindingworkplace-types (required)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • EHM: Arbetsplatstyp
Practitioner.extension:nllApplicableWorkplace.extension:workplaceType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceType.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

workplaceType

Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceType.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typecode
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdType
DefinitionThe type of workplace id provided. Can be either a Global Location Number, Organization Number, HSA Id or Arbetsplatskod.
Cardinality0...1
TypeExtension
Bindingworkplace-id-types (required)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • EHM: Arbetsplats-id typ
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdType.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

workplaceIdType

Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdType.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typecode
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary

Mappings
  • rim: N/A
Practitioner.extension:nllApplicableWorkplace.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...0
Typebase64Binary
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
Aliasextensions, user content
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Practitioner.identifier
DefinitionAn identifier that applies to this person in this role.
Cardinality0...*
TypeIdentifier
SummaryTrue
Requirements

Often, specific identities are assigned for the agent.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.identifier
  • v2: PRD-7 (or XCN.1)
  • rim: ./id
  • servd: ./Identifiers
Practitioner.active
DefinitionWhether this practitioner's record is in active use.
Cardinality0...1
Typeboolean
SummaryTrue
Requirements

Need to be able to mark a practitioner record as not to be used because it was created in error.

Comments

If the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.status
  • rim: ./statusCode
Practitioner.name
DefinitionThe name(s) associated with the practitioner.
Cardinality0...1
TypeHumanName
Must SupportTrue
SummaryTrue
Requirements

The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

Comments

The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

In general, select the value to be used in the ResourceReference.display based on this:

  1. There is more than 1 name
  2. Use = usual
  3. Period is current to the date of the usage
  4. Use = official
  5. Other order as decided by internal business rules.
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XCN Components
  • rim: ./name
  • servd: ./PreferredName (GivenNames, FamilyName, TitleCode)
Practitioner.name.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.name.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.name.use
DefinitionIdentifies the purpose for this name.
Cardinality0...1
Typecode
Binding

The use of a human name.

NameUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate name for a particular context of use to be selected from among a set of names.

Comments

Applications can assume that a name is current unless it explicitly says that it is temporary or old.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN.7, but often indicated by which field contains the name
  • rim: unique(./use)
  • servd: ./NamePurpose
Practitioner.name.text
DefinitionThe full name of the practitioner. NB! Only available as output for dispenses for paper prescriptions (sv pappersuttag), and should never be used for input.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Requirements

A renderable, unencoded form.

Comments

Maximum string length: 70

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: implied by XPN.11
  • rim: ./formatted
  • EHM: Fullständigt namn
Practitioner.name.family
DefinitionThe famliy name of the practitioner (sv efternamn)
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Aliassurname
Comments

Maximum string length: 35

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN.1/FN.1
  • rim: ./part[partType = FAM]
  • servd: ./FamilyName
  • EHM: Efternamn
Practitioner.name.given
DefinitionThe first name of the practitioner (sv tilltalsnamn)
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Aliasfirst name, middle name
Comments

Maximum string length: 35

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN.2 + XPN.3
  • rim: ./part[partType = GIV]
  • servd: ./GivenNames
  • EHM: Förnamn
Practitioner.name.prefix
DefinitionPart of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.
Cardinality0...*
Typestring
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN.5
  • rim: ./part[partType = PFX]
  • servd: ./TitleCode
Practitioner.name.suffix
DefinitionPart of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.
Cardinality0...*
Typestring
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN/4
  • rim: ./part[partType = SFX]
Practitioner.name.period
DefinitionIndicates the period of time when this name was valid for the named person.
Cardinality0...1
TypePeriod
SummaryTrue
Requirements

Allows names to be placed in historical context.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XPN.13 + XPN.14
  • rim: ./usablePeriod[type="IVL<TS>"]
  • servd: ./StartDate and ./EndDate
Practitioner.telecom
DefinitionA contact detail for the practitioner, in the form of a telephone number.
Cardinality0...*
TypeContactPoint
Must SupportTrue
SummaryTrue
Requirements

Need to know how to reach a practitioner independent to any roles the practitioner may have.

Comments

Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and to help with identification. These typically will have home numbers, or mobile numbers that are not role specific.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: PRT-15, STF-10, ROL-12
  • rim: ./telecom
  • servd: ./ContactPoints
Practitioner.telecom.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.telecom.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality2...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.telecom.extension:nllAvailableToPatient
DefinitionIf the contact method (ie telephone number) should be available to the patient or not.
Cardinality1...1
TypeExtension(boolean)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
  • EHM: Tillgänglig för patient
Practitioner.telecom.extension:nllContactPointType
DefinitionIf the contact method (ie telephone number) is a dircet number to the practitioner or a number to the pratitioners workplace.
Cardinality1...1
TypeExtension(code)
Must SupportTrue
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
  • rim: N/A
  • EHM: Telefonnummer tillhör
Practitioner.telecom.extension:nllContactPointType.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.telecom.extension:nllContactPointType.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.telecom.extension:nllContactPointType.url
DefinitionSource of the definition for the extension code - a logical name or a URL.
Cardinality1...1
Typeuri
Comments

The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

Fixed Value

http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType

Mappings
  • rim: N/A
Practitioner.telecom.extension:nllContactPointType.value[x]
DefinitionValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Cardinality0...1
Typecode
Bindingcontactpoint-types (required)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
Practitioner.telecom.system
DefinitionTelecommunications form for contact point - what communications system is required to make use of the contact.
Cardinality0...1
Typecode
Binding

Telecommunications form for contact point.

ContactPointSystem (required)
Must SupportTrue
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

phone

Mappings
  • v2: XTN.3
  • rim: ./scheme
  • servd: ./ContactPointType
Practitioner.telecom.value
DefinitionThe practitioners telephone number
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Requirements

Need to support legacy numbers that are not in a tightly controlled format.

Comments

Maximum string length: 15

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XTN.1 (or XTN.12)
  • rim: ./url
  • servd: ./Value
  • EHM: Telefonnummer
Practitioner.telecom.use
DefinitionIdentifies the purpose for the contact point.
Cardinality0...1
Typecode
Binding

Use of contact point.

ContactPointUse (required)
ModifierTrue
SummaryTrue
Requirements

Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.

Comments

Applications can assume that a contact is current unless it explicitly says that it is temporary or old.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XTN.2 - but often indicated by field
  • rim: unique(./use)
  • servd: ./ContactPointPurpose
Practitioner.telecom.rank
DefinitionSpecifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values. The current version of the National Medication List doesn't allow multiple telephone numbers to the same contact point type. Therefore the rank has less importance.
Cardinality1...1
TypepositiveInt
Must SupportTrue
SummaryTrue
Comments

Note that rank does not necessarily follow the order in which the contacts are represented in the instance.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: n/a
  • rim: n/a
  • EHM: Rangordning
Practitioner.telecom.period
DefinitionTime period when the contact point was/is in use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: ./usablePeriod[type="IVL<TS>"]
  • servd: ./StartDate and ./EndDate
Practitioner.address
DefinitionAddress(es) of the practitioner.
Cardinality0...*
TypeAddress
Must SupportTrue
SummaryTrue
Requirements

The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.

Comments

Only one address is allowed of each address type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: ORC-24, STF-11, ROL-11, PRT-14
  • rim: ./addr
  • servd: ./Addresses
  • EHM: Adressuppgift
Practitioner.address.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.address.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.address.use
DefinitionThe purpose of this address.
Cardinality0...1
Typecode
Binding

The use of an address.

AddressUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows an appropriate address to be chosen from a list of many.

Comments

Applications can assume that an address is current unless it explicitly says that it is temporary or old.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

home


Mappings
  • v2: XAD.7
  • rim: unique(./use)
  • servd: ./AddressPurpose
Practitioner.address.type
DefinitionDistinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.
Cardinality0...1
Typecode
Binding

The type of an address (physical / postal).

address-types (required)
Must SupportTrue
SummaryTrue
Comments

The definition of Address states that "address is intended to describe postal addresses, not physical locations". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the Location resource).

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

both


Mappings
  • v2: XAD.18
  • rim: unique(./use)
  • vcard: address type parameter
  • EHM: Adresstyp
Practitioner.address.text
DefinitionSpecifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.
Cardinality0...1
Typestring
SummaryTrue
Requirements

A renderable, unencoded form.

Comments

Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

137 Nowhere Street, Erewhon 9132


Mappings
  • v2: XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6
  • rim: ./formatted
  • vcard: address label parameter
Practitioner.address.line
DefinitionThis component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Maximum string length: 35

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

137 Nowhere Street


Mappings
  • v2: XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)
  • rim: AD.part[parttype = AL]
  • vcard: street
  • servd: ./StreetAddress (newline delimitted)
  • EHM: Adress
Practitioner.address.city
DefinitionThe name of the city, town, suburb, village or other community or delivery center.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
AliasMunicpality
Comments

Maximum string length: 28

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

Erewhon


Mappings
  • v2: XAD.3
  • rim: AD.part[parttype = CTY]
  • vcard: locality
  • servd: ./Jurisdiction
  • EHM: Postort
Practitioner.address.district
DefinitionThe name of the administrative area (county).
Cardinality0...1
Typestring
SummaryTrue
AliasCounty
Comments

District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

Madison


Mappings
  • v2: XAD.9
  • rim: AD.part[parttype = CNT | CPA]
Practitioner.address.state
DefinitionSub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).
Cardinality0...1
Typestring
SummaryTrue
AliasProvince, Territory
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XAD.4
  • rim: AD.part[parttype = STA]
  • vcard: region
  • servd: ./Region
Practitioner.address.postalCode
DefinitionA postal code designating a region defined by the postal service.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
AliasZip
Comments

Maximum string length: 6

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

9132


Mappings
  • v2: XAD.5
  • rim: AD.part[parttype = ZIP]
  • vcard: code
  • servd: ./PostalIdentificationCode
  • EHM: Postnummer
Practitioner.address.country
DefinitionCountry as 2 letter code according to ISO 3166-1 alpha-2. Must be included for a prescription issued in a country outside Sweden. Example: NO (Norway)
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Maximum string length: 2

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: XAD.6
  • rim: AD.part[parttype = CNT]
  • vcard: country
  • servd: ./Country
  • EHM: Landskod
Practitioner.address.period
DefinitionTime period when address was/is in use.
Cardinality0...1
TypePeriod
SummaryTrue
Requirements

Allows addresses to be placed in historical context.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

{
  "start": "2010-03-23",
  "end": "2010-07-01"
}


Mappings
  • v2: XAD.12 / XAD.13 + XAD.14
  • rim: ./usablePeriod[type="IVL<TS>"]
  • servd: ./StartDate and ./EndDate
Practitioner.gender
DefinitionAdministrative Gender - the gender that the person is considered to have for administration and record keeping purposes.
Cardinality0...1
Typecode
Binding

The gender of a person used for administrative purposes.

AdministrativeGender (required)
SummaryTrue
Requirements

Needed to address the person correctly.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: STF-5
  • rim: ./administrativeGender
  • servd: ./GenderCode
Practitioner.birthDate
DefinitionThe date of birth for the practitioner.
Cardinality0...1
Typedate
SummaryTrue
Requirements

Needed for identification.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: STF-6
  • rim: ./birthTime
  • servd: (not represented in ServD)
Practitioner.photo
DefinitionImage of the person.
Cardinality0...*
TypeAttachment
Requirements

Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./subjectOf/ObservationEvent[code="photo"]/value
  • servd: ./ImageURI (only supports the URI reference)
Practitioner.qualification
DefinitionWhen handling practitioner information in the Swedish National Medication List the qualification data shall mirror the qualification used in the current scenario. I.e. if a practitioner has several different qualifications, for example midwife and doctor, then the qualification should contain information about the qualification used at the specific point in time when the practitioner creates or updates information in the medication list.
NB! The cardinality on qualification is 0..1, but this is mandatory information in most cases. However there are exceptions. The scenario when a pharmacy enters a medication dispense that has been made on another occasion based on a paper prescription, the qualification of the practitioner that made the dispense should not be entered.
Cardinality0...1
TypeBackboneElement
Must SupportTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CER?
  • rim: .playingEntity.playingRole[classCode=QUAL].code
  • servd: ./Qualifications
Practitioner.qualification.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.modifierExtension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Cardinality0...*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
Practitioner.qualification.identifier
DefinitionAn identifier that applies to this person's qualification in this role.
Cardinality0...*
TypeIdentifier
Requirements

Often, specific identities are assigned for the qualification.

SlicingUnordered, Open, by system(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].id
Practitioner.qualification.identifier:personalPrescriptionCode
DefinitionPersonal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) https://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ . The namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.2 The format of the personal prescription code is 7 digits.
Cardinality0...1
TypeIdentifier
Must SupportTrue
Requirements

Often, specific identities are assigned for the qualification.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].id
  • EHM: Personlig förskrivarkod
Practitioner.qualification.identifier:personalPrescriptionCode.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.identifier:personalPrescriptionCode.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.identifier:personalPrescriptionCode.use
DefinitionThe purpose of this identifier.
Cardinality0...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: Role.code or implied by context
Practitioner.qualification.identifier:personalPrescriptionCode.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
Practitioner.qualification.identifier:personalPrescriptionCode.system
DefinitionPersonal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) https://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .
Cardinality1...1
Typeuri
Must SupportTrue
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

urn:oid:1.2.752.116.3.1.2

Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
Practitioner.qualification.identifier:personalPrescriptionCode.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Format: 7 digits

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
Practitioner.qualification.identifier:personalPrescriptionCode.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
Practitioner.qualification.identifier:personalPrescriptionCode.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber
DefinitionHealthcare Professional License Identity Number (sv legitimationskod/löpnummer i HOSP) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) https://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ . The namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.1 The format of the healthcare professional license number is 6 digits.
Cardinality0...1
TypeIdentifier
Must SupportTrue
Requirements

Often, specific identities are assigned for the qualification.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].id
  • EHM: Legitimationskod
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.use
DefinitionThe purpose of this identifier.
Cardinality0...1
Typecode
Binding

Identifies the purpose for this identifier, if known .

IdentifierUse (required)
ModifierTrue
SummaryTrue
Requirements

Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

Comments

Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: N/A
  • rim: Role.code or implied by context
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.type
DefinitionA coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Cardinality0...1
TypeCodeableConcept
Binding

A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

Identifier Type Codes (extensible)
SummaryTrue
Requirements

Allows users to make use of identifiers when the identifier system is not known.

Comments

This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.5
  • rim: Role.code or implied by context
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.system
DefinitionEstablishes the namespace for the value - that is, a URL that describes a set values that are unique.
Cardinality1...1
Typeuri
Must SupportTrue
SummaryTrue
Requirements

There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

Comments

Identifier.system is always case sensitive.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

urn:oid:1.2.752.116.3.1.1

Mappings
  • v2: CX.4 / EI-2-4
  • rim: II.root or Role.id.root
  • servd: ./IdentifierType
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.value
DefinitionThe portion of the identifier typically relevant to the user and which is unique within the context of the system.
Cardinality1...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Format: 6 digits

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Examples
General

123456


Mappings
  • v2: CX.1 / EI.1
  • rim: II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)
  • servd: ./Value
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.period
DefinitionTime period during which identifier is/was valid for use.
Cardinality0...1
TypePeriod
SummaryTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.7 + CX.8
  • rim: Role.effectiveTime or implied by context
  • servd: ./StartDate and ./EndDate
Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.assigner
DefinitionOrganization that issued/manages the identifier.
Cardinality0...1
TypeReference(Organization)
SummaryTrue
Comments

The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: CX.4 / (CX.4,CX.9,CX.10)
  • rim: II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper
  • servd: ./IdentifierIssuingAuthority
Practitioner.qualification.code
DefinitionCoded representation of the qualification.
Cardinality1...1
TypeCodeableConcept
Binding

Specific qualification the practitioner has to provide a service.

v2.0360.2.7 (example)
Must SupportTrue
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].code
  • servd: ./Qualifications.Value
Practitioner.qualification.code.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.code.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.code.coding
DefinitionA reference to a code defined by a terminology system.
Cardinality1...*
TypeCoding
Must SupportTrue
SummaryTrue
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

SlicingUnordered, Open, by system(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1-8, C*E.10-22
  • rim: union(., ./translation)
  • orim: fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
Practitioner.qualification.code.coding:healthcareProfessionalLicense
DefinitionA profession code. Healthcare Professional License (sv yrkeskod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) https://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ . The Code System has an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.3
Cardinality0...1
TypeCoding
Bindingnll-hosp-yrkeskod (required)
Must SupportTrue
SummaryTrue
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1-8, C*E.10-22
  • rim: union(., ./translation)
  • orim: fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
  • EHM: Yrkeskod
Practitioner.qualification.code.coding:healthcareProfessionalLicense.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:healthcareProfessionalLicense.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:healthcareProfessionalLicense.system
DefinitionThe identification of the code system that defines the meaning of the symbol in the code.
Cardinality1...1
Typeuri
Must SupportTrue
SummaryTrue
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

urn:oid:1.2.752.116.3.1.3

Mappings
  • v2: C*E.3
  • rim: ./codeSystem
  • orim: fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Practitioner.qualification.code.coding:healthcareProfessionalLicense.version
DefinitionThe version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.7
  • rim: ./codeSystemVersion
  • orim: fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Practitioner.qualification.code.coding:healthcareProfessionalLicense.code
DefinitionA symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Cardinality1...1
Typecode
Must SupportTrue
SummaryTrue
Requirements

Need to refer to a particular code in the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1
  • rim: ./code
  • orim: fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Practitioner.qualification.code.coding:healthcareProfessionalLicense.display
DefinitionA representation of the meaning of the code in the system, following the rules of the system.
Cardinality0...1
Typestring
SummaryTrue
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.2 - but note this is not well followed
  • rim: CV.displayName
  • orim: fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Practitioner.qualification.code.coding:healthcareProfessionalLicense.userSelected
DefinitionIndicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).
Cardinality0...1
Typeboolean
SummaryTrue
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: Sometimes implied by being first
  • rim: CD.codingRationale
  • orim: fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]
Practitioner.qualification.code.coding:occupationalCode
DefinitionAn extended professional code (sv utökad yrkeskod). Defined by the Swedish eHealth Agency. Used for communicating the profession for a practitioner that do not have a Swedish license (sv legitimation).
Cardinality0...1
TypeCoding
Bindingnll-utokad-yrkeskod (required)
Must SupportTrue
SummaryTrue
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1-8, C*E.10-22
  • rim: union(., ./translation)
  • orim: fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
  • EHM: Utökad yrkeskod
Practitioner.qualification.code.coding:occupationalCode.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:occupationalCode.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:occupationalCode.system
DefinitionThe identification of the code system that defines the meaning of the symbol in the code.
Cardinality1...1
Typeuri
Must SupportTrue
SummaryTrue
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-utokad-yrkeskod

Mappings
  • v2: C*E.3
  • rim: ./codeSystem
  • orim: fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Practitioner.qualification.code.coding:occupationalCode.version
DefinitionThe version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.7
  • rim: ./codeSystemVersion
  • orim: fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Practitioner.qualification.code.coding:occupationalCode.code
DefinitionA symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Cardinality1...1
Typecode
Must SupportTrue
SummaryTrue
Requirements

Need to refer to a particular code in the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1
  • rim: ./code
  • orim: fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Practitioner.qualification.code.coding:occupationalCode.display
DefinitionA representation of the meaning of the code in the system, following the rules of the system.
Cardinality0...1
Typestring
SummaryTrue
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.2 - but note this is not well followed
  • rim: CV.displayName
  • orim: fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Practitioner.qualification.code.coding:occupationalCode.userSelected
DefinitionIndicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).
Cardinality0...1
Typeboolean
SummaryTrue
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: Sometimes implied by being first
  • rim: CD.codingRationale
  • orim: fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]
Practitioner.qualification.code.coding:groupPrescriptionCode
DefinitionA group prescription code (sv gruppförskrivarkod). Code system managed by the Swedish eHealth Agency.
Cardinality0...1
TypeCoding
Bindinggruppforskrivarkod (required)
Must SupportTrue
SummaryTrue
Requirements

Allows for alternative encodings within a code system, and translations to other code systems.

Comments

Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1-8, C*E.10-22
  • rim: union(., ./translation)
  • orim: fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding
  • EHM: Gruppförskrivarkod
Practitioner.qualification.code.coding:groupPrescriptionCode.id
DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Cardinality0...1
Typestring
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:groupPrescriptionCode.extension
DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Cardinality0...*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

SlicingUnordered, Open, by url(Value)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
Practitioner.qualification.code.coding:groupPrescriptionCode.system
DefinitionThe identification of the code system that defines the meaning of the symbol in the code.
Cardinality1...1
Typeuri
Must SupportTrue
SummaryTrue
Requirements

Need to be unambiguous about the source of the definition of the symbol.

Comments

The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Fixed Value

http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-gruppforskrivarkod

Mappings
  • v2: C*E.3
  • rim: ./codeSystem
  • orim: fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
Practitioner.qualification.code.coding:groupPrescriptionCode.version
DefinitionThe version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
Cardinality0...1
Typestring
Must SupportTrue
SummaryTrue
Comments

Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.7
  • rim: ./codeSystemVersion
  • orim: fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
Practitioner.qualification.code.coding:groupPrescriptionCode.code
DefinitionA symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Cardinality1...1
Typecode
Must SupportTrue
SummaryTrue
Requirements

Need to refer to a particular code in the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.1
  • rim: ./code
  • orim: fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
Practitioner.qualification.code.coding:groupPrescriptionCode.display
DefinitionA representation of the meaning of the code in the system, following the rules of the system.
Cardinality0...1
Typestring
SummaryTrue
Requirements

Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.2 - but note this is not well followed
  • rim: CV.displayName
  • orim: fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
Practitioner.qualification.code.coding:groupPrescriptionCode.userSelected
DefinitionIndicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).
Cardinality0...1
Typeboolean
SummaryTrue
Requirements

This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

Comments

Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: Sometimes implied by being first
  • rim: CD.codingRationale
  • orim: fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]
Practitioner.qualification.code.text
DefinitionA human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
Cardinality0...1
Typestring
SummaryTrue
Requirements

The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

Comments

Very often the text is the same as a displayName of one of the codings.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: C*E.9. But note many systems use C*E.2 for this
  • rim: ./originalText[mediaType/code="text/plain"]/data
  • orim: fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText
Practitioner.qualification.period
DefinitionPeriod during which the qualification is valid.
Cardinality0...1
TypePeriod
Requirements

Qualifications are often for a limited period of time, and can be revoked.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].effectiveTime
  • servd: ./Qualifications.StartDate and ./Qualifications.EndDate
Practitioner.qualification.issuer
DefinitionOrganization that regulates and issues the qualification.
Cardinality0...1
TypeReference(Organization)
Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: .playingEntity.playingRole[classCode=QUAL].scoper
Practitioner.communication
DefinitionA language the practitioner can use in patient communication.
Cardinality0...*
TypeCodeableConcept
Binding

A human language.

CommonLanguages (preferred)
Requirements

Knowing which language a practitioner speaks can help in facilitating communication with patients.

Comments

The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.

Invariants
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • v2: PID-15, NK1-20, LAN-2
  • rim: ./languageCommunication
  • servd: ./Languages.LanguageSpokenCode
<StructureDefinition xmlns="http://hl7.org/fhir">
    <url value="http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner" />
    <version value="2.0.0" />
    <name value="NLLPractitioner" />
    <status value="active" />
    <date value="2024-12-17" />
    <publisher value="Swedish eHealth Agency" />
    <fhirVersion value="4.0.1" />
    <mapping>
        <identity value="EHM" />
        <uri value="http://ehalsomyndigheten.se" />
        <name value="E-h&#228;lsomyndigheten" />
    </mapping>
    <mapping>
        <identity value="v2" />
        <uri value="http://hl7.org/v2" />
        <name value="HL7 v2 Mapping" />
    </mapping>
    <mapping>
        <identity value="rim" />
        <uri value="http://hl7.org/v3" />
        <name value="RIM Mapping" />
    </mapping>
    <mapping>
        <identity value="servd" />
        <uri value="http://www.omg.org/spec/ServD/1.0/" />
        <name value="ServD" />
    </mapping>
    <mapping>
        <identity value="w5" />
        <uri value="http://hl7.org/fhir/fivews" />
        <name value="FiveWs Pattern Mapping" />
    </mapping>
    <kind value="resource" />
    <abstract value="false" />
    <type value="Practitioner" />
    <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Practitioner" />
    <derivation value="constraint" />
    <differential>
        <element id="Practitioner">
            <path value="Practitioner" />
            <mapping>
                <identity value="EHM" />
                <map value="Personal" />
                <comment value="F&#246;rskrivare/Farmaceut/Annan personal" />
            </mapping>
        </element>
        <element id="Practitioner.id">
            <path value="Practitioner.id" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.extension:userAcronym">
            <path value="Practitioner.extension" />
            <sliceName value="userAcronym" />
            <short value="User acronym (sv anv&#228;ndar-id), used in some scenarios" />
            <definition value="An identifier that can be used in combination with e.g. name and workplace name to understand which individual that performed an action. userAcronym is only used for pharmacy staff." />
            <comment value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. \n\nMaximum string length: 20" />
            <type>
                <code value="Extension" />
                <profile value="https://electronichealth.se/fhir/StructureDefinition/NLLUserAcronym" />
            </type>
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Anv&#228;ndar-id" />
            </mapping>
        </element>
        <element id="Practitioner.extension:userAcronym.value[x]">
            <path value="Practitioner.extension.value[x]" />
            <comment value="Maximum string length: 20" />
        </element>
        <element id="Practitioner.extension:nllApplicableWorkplace">
            <path value="Practitioner.extension" />
            <sliceName value="nllApplicableWorkplace" />
            <short value="Information related to a practitioner&#39;s workplace applicable for the scenario" />
            <definition value="The practitioners workplace.\nA prescriber may have several workplaces and the workplace information defined in this structure should reflect the workplace related to the situation, e.g. unit where the practitioner was situated when the prescription was requested." />
            <comment value="-" />
            <max value="1" />
            <type>
                <code value="Extension" />
                <profile value="http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary" />
            </type>
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier">
            <path value="Practitioner.extension.extension" />
            <sliceName value="workplaceIdentifier" />
        </element>
        <element id="Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.value[x]">
            <path value="Practitioner.extension.extension.value[x]" />
            <comment value="-" />
        </element>
        <element id="Practitioner.name">
            <path value="Practitioner.name" />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.name.text">
            <path value="Practitioner.name.text" />
            <short value="Text representation of the full name for a practitioner" />
            <definition value="The full name of the practitioner. NB! Only available as output for dispenses for paper prescriptions (sv pappersuttag), and should never be used for input." />
            <comment value="Maximum string length: 70" />
            <maxLength value="70" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Fullst&#228;ndigt namn" />
            </mapping>
        </element>
        <element id="Practitioner.name.family">
            <path value="Practitioner.name.family" />
            <short value="Practitioner family name" />
            <definition value="The famliy name of the practitioner (sv efternamn)" />
            <comment value="Maximum string length: 35" />
            <maxLength value="35" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Efternamn" />
            </mapping>
        </element>
        <element id="Practitioner.name.given">
            <path value="Practitioner.name.given" />
            <short value="Practitioner first name" />
            <definition value="The first name of the practitioner (sv tilltalsnamn)" />
            <comment value="Maximum string length: 35" />
            <max value="1" />
            <maxLength value="35" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="F&#246;rnamn" />
            </mapping>
        </element>
        <element id="Practitioner.telecom">
            <path value="Practitioner.telecom" />
            <short value="A contact detail for the practitioner" />
            <definition value="A contact detail for the practitioner, in the form of a telephone number." />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.telecom.extension">
            <path value="Practitioner.telecom.extension" />
            <min value="2" />
        </element>
        <element id="Practitioner.telecom.extension:nllAvailableToPatient">
            <path value="Practitioner.telecom.extension" />
            <sliceName value="nllAvailableToPatient" />
            <short value="Available to patient" />
            <definition value="If the contact method (ie telephone number) should be available to the patient or not." />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Extension" />
                <profile value="http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient" />
            </type>
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Tillg&#228;nglig f&#246;r patient" />
            </mapping>
        </element>
        <element id="Practitioner.telecom.extension:nllContactPointType">
            <path value="Practitioner.telecom.extension" />
            <sliceName value="nllContactPointType" />
            <short value="Contact point type" />
            <definition value="If the contact method (ie telephone number) is a dircet number to the practitioner or a number to the pratitioners workplace." />
            <min value="1" />
            <max value="1" />
            <type>
                <code value="Extension" />
                <profile value="http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType" />
            </type>
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Telefonnummer tillh&#246;r" />
            </mapping>
        </element>
        <element id="Practitioner.telecom.extension:nllContactPointType.value[x]">
            <path value="Practitioner.telecom.extension.value[x]" />
            <binding>
                <strength value="required" />
                <valueSet value="http://ehalsomyndigheten.se/fhir/ValueSet/contactpoint-types" />
            </binding>
        </element>
        <element id="Practitioner.telecom.system">
            <path value="Practitioner.telecom.system" />
            <short value="phone" />
            <fixedCode value="phone" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.telecom.value">
            <path value="Practitioner.telecom.value" />
            <short value="The practitioners telephone number" />
            <definition value="The practitioners telephone number" />
            <comment value="Maximum string length: 15" />
            <min value="1" />
            <maxLength value="15" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Telefonnummer" />
            </mapping>
        </element>
        <element id="Practitioner.telecom.rank">
            <path value="Practitioner.telecom.rank" />
            <definition value="Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.\nThe current version of the National Medication List doesn&#39;t allow multiple telephone numbers to the same contact point type. Therefore the rank has less importance." />
            <min value="1" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Rangordning" />
            </mapping>
        </element>
        <element id="Practitioner.address">
            <path value="Practitioner.address" />
            <short value="Address(es) of the practitioner" />
            <definition value="Address(es) of the practitioner." />
            <comment value="Only one address is allowed of each address type." />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Adressuppgift" />
            </mapping>
        </element>
        <element id="Practitioner.address.type">
            <path value="Practitioner.address.type" />
            <short value="postal | physical" />
            <mustSupport value="true" />
            <binding>
                <strength value="required" />
                <valueSet value="http://electronichealth.se/fhir/ValueSet/address-types" />
            </binding>
            <mapping>
                <identity value="EHM" />
                <map value="Adresstyp" />
            </mapping>
        </element>
        <element id="Practitioner.address.line">
            <path value="Practitioner.address.line" />
            <comment value="Maximum string length: 35" />
            <max value="1" />
            <maxLength value="35" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Adress" />
            </mapping>
        </element>
        <element id="Practitioner.address.city">
            <path value="Practitioner.address.city" />
            <comment value="Maximum string length: 28" />
            <maxLength value="28" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Postort" />
            </mapping>
        </element>
        <element id="Practitioner.address.postalCode">
            <path value="Practitioner.address.postalCode" />
            <comment value="Maximum string length: 6" />
            <maxLength value="6" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Postnummer" />
            </mapping>
        </element>
        <element id="Practitioner.address.country">
            <path value="Practitioner.address.country" />
            <short value="Country (2 letter code ISO 3166-1)" />
            <definition value="Country as 2 letter code according to ISO 3166-1 alpha-2. Must be included for a prescription issued in a country outside Sweden.\nExample: NO (Norway)" />
            <comment value="Maximum string length: 2" />
            <maxLength value="2" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Landskod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification">
            <path value="Practitioner.qualification" />
            <definition value="When handling practitioner information in the Swedish National Medication List the qualification data shall mirror the qualification used in the current scenario. I.e. if a practitioner has several different qualifications, for example midwife and doctor, then the qualification should contain information about the qualification used at the specific point in time when the practitioner creates or updates information in the medication list.&lt;BR&gt;\nNB! The cardinality on qualification is 0..1, but this is mandatory information in most cases. However there are exceptions. The scenario when a pharmacy enters a medication dispense that has been made on another occasion based on a paper prescription, the qualification of the practitioner that made the dispense should not be entered." />
            <max value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.identifier">
            <path value="Practitioner.qualification.identifier" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="system" />
                </discriminator>
                <rules value="open" />
            </slicing>
        </element>
        <element id="Practitioner.qualification.identifier:personalPrescriptionCode">
            <path value="Practitioner.qualification.identifier" />
            <sliceName value="personalPrescriptionCode" />
            <short value="Personal Prescription Code" />
            <definition value="Personal Prescription Code (sv f&#246;rskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.2\nThe format of the personal prescription code is 7 digits." />
            <max value="1" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Personlig f&#246;rskrivarkod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification.identifier:personalPrescriptionCode.system">
            <path value="Practitioner.qualification.identifier.system" />
            <short value="Name space for Personal Prescription Code" />
            <definition value="Personal Prescription Code (sv f&#246;rskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ ." />
            <min value="1" />
            <fixedUri value="urn:oid:1.2.752.116.3.1.2" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.identifier:personalPrescriptionCode.value">
            <path value="Practitioner.qualification.identifier.value" />
            <short value="The Personal Prescription Code" />
            <comment value="Format: 7 digits" />
            <min value="1" />
            <maxLength value="7" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber">
            <path value="Practitioner.qualification.identifier" />
            <sliceName value="healthcareProfessionalLicenseNumber" />
            <short value="Healthcare Professional License Identity Number" />
            <definition value="Healthcare Professional License Identity Number (sv legitimationskod/l&#246;pnummer i HOSP) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.1\nThe format of the healthcare professional license number is 6 digits." />
            <max value="1" />
            <mustSupport value="true" />
            <mapping>
                <identity value="EHM" />
                <map value="Legitimationskod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.system">
            <path value="Practitioner.qualification.identifier.system" />
            <min value="1" />
            <fixedUri value="urn:oid:1.2.752.116.3.1.1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.value">
            <path value="Practitioner.qualification.identifier.value" />
            <comment value="Format: 6 digits" />
            <min value="1" />
            <maxLength value="6" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code">
            <path value="Practitioner.qualification.code" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding">
            <path value="Practitioner.qualification.code.coding" />
            <slicing>
                <discriminator>
                    <type value="value" />
                    <path value="system" />
                </discriminator>
                <rules value="open" />
            </slicing>
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:healthcareProfessionalLicense">
            <path value="Practitioner.qualification.code.coding" />
            <sliceName value="healthcareProfessionalLicense" />
            <short value="Healthcare Professional License" />
            <definition value="A profession code. Healthcare Professional License (sv yrkeskod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe Code System has an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.3" />
            <max value="1" />
            <mustSupport value="true" />
            <binding>
                <strength value="required" />
                <valueSet value="http://electronichealth.se/fhir/ValueSet/nll-hosp-yrkeskod" />
            </binding>
            <mapping>
                <identity value="EHM" />
                <map value="Yrkeskod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification.code.coding:healthcareProfessionalLicense.system">
            <path value="Practitioner.qualification.code.coding.system" />
            <min value="1" />
            <fixedUri value="urn:oid:1.2.752.116.3.1.3" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:healthcareProfessionalLicense.version">
            <path value="Practitioner.qualification.code.coding.version" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:healthcareProfessionalLicense.code">
            <path value="Practitioner.qualification.code.coding.code" />
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:occupationalCode">
            <path value="Practitioner.qualification.code.coding" />
            <sliceName value="occupationalCode" />
            <short value="Occupational Code" />
            <definition value="An extended professional code (sv ut&#246;kad yrkeskod). Defined by the Swedish eHealth Agency. Used for communicating the profession for a practitioner that do not have a Swedish license (sv legitimation)." />
            <max value="1" />
            <mustSupport value="true" />
            <binding>
                <strength value="required" />
                <valueSet value="http://electronichealth.se/fhir/ValueSet/nll-utokad-yrkeskod" />
            </binding>
            <mapping>
                <identity value="EHM" />
                <map value="Ut&#246;kad yrkeskod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification.code.coding:occupationalCode.system">
            <path value="Practitioner.qualification.code.coding.system" />
            <min value="1" />
            <fixedUri value="http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-utokad-yrkeskod" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:occupationalCode.version">
            <path value="Practitioner.qualification.code.coding.version" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:occupationalCode.code">
            <path value="Practitioner.qualification.code.coding.code" />
            <min value="1" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:groupPrescriptionCode">
            <path value="Practitioner.qualification.code.coding" />
            <sliceName value="groupPrescriptionCode" />
            <short value="Group Prescription Code" />
            <definition value="A group prescription code (sv gruppf&#246;rskrivarkod). Code system managed by the Swedish eHealth Agency." />
            <max value="1" />
            <mustSupport value="true" />
            <binding>
                <strength value="required" />
                <valueSet value="http://ehalsomyndigheten.se/fhir/ValueSet/gruppforskrivarkod" />
            </binding>
            <mapping>
                <identity value="EHM" />
                <map value="Gruppf&#246;rskrivarkod" />
            </mapping>
        </element>
        <element id="Practitioner.qualification.code.coding:groupPrescriptionCode.system">
            <path value="Practitioner.qualification.code.coding.system" />
            <min value="1" />
            <fixedUri value="http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-gruppforskrivarkod" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:groupPrescriptionCode.version">
            <path value="Practitioner.qualification.code.coding.version" />
            <mustSupport value="true" />
        </element>
        <element id="Practitioner.qualification.code.coding:groupPrescriptionCode.code">
            <path value="Practitioner.qualification.code.coding.code" />
            <min value="1" />
            <mustSupport value="true" />
        </element>
    </differential>
</StructureDefinition>
{
    "resourceType": "StructureDefinition",
    "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPractitioner",
    "version": "2.0.0",
    "name": "NLLPractitioner",
    "status": "active",
    "date": "2024-12-17",
    "publisher": "Swedish eHealth Agency",
    "fhirVersion": "4.0.1",
    "mapping":  [
        {
            "identity": "EHM",
            "uri": "http://ehalsomyndigheten.se",
            "name": "E-hälsomyndigheten"
        },
        {
            "identity": "v2",
            "uri": "http://hl7.org/v2",
            "name": "HL7 v2 Mapping"
        },
        {
            "identity": "rim",
            "uri": "http://hl7.org/v3",
            "name": "RIM Mapping"
        },
        {
            "identity": "servd",
            "uri": "http://www.omg.org/spec/ServD/1.0/",
            "name": "ServD"
        },
        {
            "identity": "w5",
            "uri": "http://hl7.org/fhir/fivews",
            "name": "FiveWs Pattern Mapping"
        }
    ],
    "kind": "resource",
    "abstract": false,
    "type": "Practitioner",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Practitioner",
                "path": "Practitioner",
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Personal",
                        "comment": "Förskrivare/Farmaceut/Annan personal"
                    }
                ]
            },
            {
                "id": "Practitioner.id",
                "path": "Practitioner.id",
                "mustSupport": true
            },
            {
                "id": "Practitioner.extension:userAcronym",
                "path": "Practitioner.extension",
                "sliceName": "userAcronym",
                "short": "User acronym (sv användar-id), used in some scenarios",
                "definition": "An identifier that can be used in combination with e.g. name and workplace name to understand which individual that performed an action. userAcronym is only used for pharmacy staff.",
                "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. \n\nMaximum string length: 20",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "https://electronichealth.se/fhir/StructureDefinition/NLLUserAcronym"
                        ]
                    }
                ],
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Användar-id"
                    }
                ]
            },
            {
                "id": "Practitioner.extension:userAcronym.value[x]",
                "path": "Practitioner.extension.value[x]",
                "comment": "Maximum string length: 20"
            },
            {
                "id": "Practitioner.extension:nllApplicableWorkplace",
                "path": "Practitioner.extension",
                "sliceName": "nllApplicableWorkplace",
                "short": "Information related to a practitioner's workplace applicable for the scenario",
                "definition": "The practitioners workplace.\nA prescriber may have several workplaces and the workplace information defined in this structure should reflect the workplace related to the situation, e.g. unit where the practitioner was situated when the prescription was requested.",
                "comment": "-",
                "max": "1",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
                        ]
                    }
                ],
                "mustSupport": true
            },
            {
                "id": "Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier",
                "path": "Practitioner.extension.extension",
                "sliceName": "workplaceIdentifier"
            },
            {
                "id": "Practitioner.extension:nllApplicableWorkplace.extension:workplaceIdentifier.value[x]",
                "path": "Practitioner.extension.extension.value[x]",
                "comment": "-"
            },
            {
                "id": "Practitioner.name",
                "path": "Practitioner.name",
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Practitioner.name.text",
                "path": "Practitioner.name.text",
                "short": "Text representation of the full name for a practitioner",
                "definition": "The full name of the practitioner. NB! Only available as output for dispenses for paper prescriptions (sv pappersuttag), and should never be used for input.",
                "comment": "Maximum string length: 70",
                "maxLength": 70,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Fullständigt namn"
                    }
                ]
            },
            {
                "id": "Practitioner.name.family",
                "path": "Practitioner.name.family",
                "short": "Practitioner family name",
                "definition": "The famliy name of the practitioner (sv efternamn)",
                "comment": "Maximum string length: 35",
                "maxLength": 35,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Efternamn"
                    }
                ]
            },
            {
                "id": "Practitioner.name.given",
                "path": "Practitioner.name.given",
                "short": "Practitioner first name",
                "definition": "The first name of the practitioner (sv tilltalsnamn)",
                "comment": "Maximum string length: 35",
                "max": "1",
                "maxLength": 35,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Förnamn"
                    }
                ]
            },
            {
                "id": "Practitioner.telecom",
                "path": "Practitioner.telecom",
                "short": "A contact detail for the practitioner",
                "definition": "A contact detail for the practitioner, in the form of a telephone number.",
                "mustSupport": true
            },
            {
                "id": "Practitioner.telecom.extension",
                "path": "Practitioner.telecom.extension",
                "min": 2
            },
            {
                "id": "Practitioner.telecom.extension:nllAvailableToPatient",
                "path": "Practitioner.telecom.extension",
                "sliceName": "nllAvailableToPatient",
                "short": "Available to patient",
                "definition": "If the contact method (ie telephone number) should be available to the patient or not.",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "http://electronichealth.se/fhir/StructureDefinition/NLLAvailableToPatient"
                        ]
                    }
                ],
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Tillgänglig för patient"
                    }
                ]
            },
            {
                "id": "Practitioner.telecom.extension:nllContactPointType",
                "path": "Practitioner.telecom.extension",
                "sliceName": "nllContactPointType",
                "short": "Contact point type",
                "definition": "If the contact method (ie telephone number) is a dircet number to the practitioner or a number to the pratitioners workplace.",
                "min": 1,
                "max": "1",
                "type":  [
                    {
                        "code": "Extension",
                        "profile":  [
                            "http://electronichealth.se/fhir/StructureDefinition/NLLContactPointType"
                        ]
                    }
                ],
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Telefonnummer tillhör"
                    }
                ]
            },
            {
                "id": "Practitioner.telecom.extension:nllContactPointType.value[x]",
                "path": "Practitioner.telecom.extension.value[x]",
                "binding": {
                    "strength": "required",
                    "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/contactpoint-types"
                }
            },
            {
                "id": "Practitioner.telecom.system",
                "path": "Practitioner.telecom.system",
                "short": "phone",
                "fixedCode": "phone",
                "mustSupport": true
            },
            {
                "id": "Practitioner.telecom.value",
                "path": "Practitioner.telecom.value",
                "short": "The practitioners telephone number",
                "definition": "The practitioners telephone number",
                "comment": "Maximum string length: 15",
                "min": 1,
                "maxLength": 15,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Telefonnummer"
                    }
                ]
            },
            {
                "id": "Practitioner.telecom.rank",
                "path": "Practitioner.telecom.rank",
                "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.\nThe current version of the National Medication List doesn't allow multiple telephone numbers to the same contact point type. Therefore the rank has less importance.",
                "min": 1,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Rangordning"
                    }
                ]
            },
            {
                "id": "Practitioner.address",
                "path": "Practitioner.address",
                "short": "Address(es) of the practitioner",
                "definition": "Address(es) of the practitioner.",
                "comment": "Only one address is allowed of each address type.",
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Adressuppgift"
                    }
                ]
            },
            {
                "id": "Practitioner.address.type",
                "path": "Practitioner.address.type",
                "short": "postal | physical",
                "mustSupport": true,
                "binding": {
                    "strength": "required",
                    "valueSet": "http://electronichealth.se/fhir/ValueSet/address-types"
                },
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Adresstyp"
                    }
                ]
            },
            {
                "id": "Practitioner.address.line",
                "path": "Practitioner.address.line",
                "comment": "Maximum string length: 35",
                "max": "1",
                "maxLength": 35,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Adress"
                    }
                ]
            },
            {
                "id": "Practitioner.address.city",
                "path": "Practitioner.address.city",
                "comment": "Maximum string length: 28",
                "maxLength": 28,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Postort"
                    }
                ]
            },
            {
                "id": "Practitioner.address.postalCode",
                "path": "Practitioner.address.postalCode",
                "comment": "Maximum string length: 6",
                "maxLength": 6,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Postnummer"
                    }
                ]
            },
            {
                "id": "Practitioner.address.country",
                "path": "Practitioner.address.country",
                "short": "Country (2 letter code ISO 3166-1)",
                "definition": "Country as 2 letter code according to ISO 3166-1 alpha-2. Must be included for a prescription issued in a country outside Sweden.\nExample: NO (Norway)",
                "comment": "Maximum string length: 2",
                "maxLength": 2,
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Landskod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification",
                "path": "Practitioner.qualification",
                "definition": "When handling practitioner information in the Swedish National Medication List the qualification data shall mirror the qualification used in the current scenario. I.e. if a practitioner has several different qualifications, for example midwife and doctor, then the qualification should contain information about the qualification used at the specific point in time when the practitioner creates or updates information in the medication list.<BR>\nNB! The cardinality on qualification is 0..1, but this is mandatory information in most cases. However there are exceptions. The scenario when a pharmacy enters a medication dispense that has been made on another occasion based on a paper prescription, the qualification of the practitioner that made the dispense should not be entered.",
                "max": "1",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.identifier",
                "path": "Practitioner.qualification.identifier",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "system"
                        }
                    ],
                    "rules": "open"
                }
            },
            {
                "id": "Practitioner.qualification.identifier:personalPrescriptionCode",
                "path": "Practitioner.qualification.identifier",
                "sliceName": "personalPrescriptionCode",
                "short": "Personal Prescription Code",
                "definition": "Personal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.2\nThe format of the personal prescription code is 7 digits.",
                "max": "1",
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Personlig förskrivarkod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification.identifier:personalPrescriptionCode.system",
                "path": "Practitioner.qualification.identifier.system",
                "short": "Name space for Personal Prescription Code",
                "definition": "Personal Prescription Code (sv förskrivarkod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .",
                "min": 1,
                "fixedUri": "urn:oid:1.2.752.116.3.1.2",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.identifier:personalPrescriptionCode.value",
                "path": "Practitioner.qualification.identifier.value",
                "short": "The Personal Prescription Code",
                "comment": "Format: 7 digits",
                "min": 1,
                "maxLength": 7,
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber",
                "path": "Practitioner.qualification.identifier",
                "sliceName": "healthcareProfessionalLicenseNumber",
                "short": "Healthcare Professional License Identity Number",
                "definition": "Healthcare Professional License Identity Number (sv legitimationskod/löpnummer i HOSP) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe namespace is in the form of an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.1\nThe format of the healthcare professional license number is 6 digits.",
                "max": "1",
                "mustSupport": true,
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Legitimationskod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.system",
                "path": "Practitioner.qualification.identifier.system",
                "min": 1,
                "fixedUri": "urn:oid:1.2.752.116.3.1.1",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.identifier:healthcareProfessionalLicenseNumber.value",
                "path": "Practitioner.qualification.identifier.value",
                "comment": "Format: 6 digits",
                "min": 1,
                "maxLength": 6,
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code",
                "path": "Practitioner.qualification.code",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding",
                "path": "Practitioner.qualification.code.coding",
                "slicing": {
                    "discriminator":  [
                        {
                            "type": "value",
                            "path": "system"
                        }
                    ],
                    "rules": "open"
                },
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:healthcareProfessionalLicense",
                "path": "Practitioner.qualification.code.coding",
                "sliceName": "healthcareProfessionalLicense",
                "short": "Healthcare Professional License",
                "definition": "A profession code. Healthcare Professional License (sv yrkeskod) is defined by the Swedish National Board of Health and Welfare (sv Socialstyrelsen) \nhttps://www.socialstyrelsen.se/statistik-och-data/register/alla-register/halso--och-sjukvardspersonal/ .\nThe Code System has an OID managed by the Swedish National Board of Health and Welfare: urn:oid:1.2.752.116.3.1.3",
                "max": "1",
                "mustSupport": true,
                "binding": {
                    "strength": "required",
                    "valueSet": "http://electronichealth.se/fhir/ValueSet/nll-hosp-yrkeskod"
                },
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Yrkeskod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification.code.coding:healthcareProfessionalLicense.system",
                "path": "Practitioner.qualification.code.coding.system",
                "min": 1,
                "fixedUri": "urn:oid:1.2.752.116.3.1.3",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:healthcareProfessionalLicense.version",
                "path": "Practitioner.qualification.code.coding.version",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:healthcareProfessionalLicense.code",
                "path": "Practitioner.qualification.code.coding.code",
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:occupationalCode",
                "path": "Practitioner.qualification.code.coding",
                "sliceName": "occupationalCode",
                "short": "Occupational Code",
                "definition": "An extended professional code (sv utökad yrkeskod). Defined by the Swedish eHealth Agency. Used for communicating the profession for a practitioner that do not have a Swedish license (sv legitimation).",
                "max": "1",
                "mustSupport": true,
                "binding": {
                    "strength": "required",
                    "valueSet": "http://electronichealth.se/fhir/ValueSet/nll-utokad-yrkeskod"
                },
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Utökad yrkeskod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification.code.coding:occupationalCode.system",
                "path": "Practitioner.qualification.code.coding.system",
                "min": 1,
                "fixedUri": "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-utokad-yrkeskod",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:occupationalCode.version",
                "path": "Practitioner.qualification.code.coding.version",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:occupationalCode.code",
                "path": "Practitioner.qualification.code.coding.code",
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:groupPrescriptionCode",
                "path": "Practitioner.qualification.code.coding",
                "sliceName": "groupPrescriptionCode",
                "short": "Group Prescription Code",
                "definition": "A group prescription code (sv gruppförskrivarkod). Code system managed by the Swedish eHealth Agency.",
                "max": "1",
                "mustSupport": true,
                "binding": {
                    "strength": "required",
                    "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/gruppforskrivarkod"
                },
                "mapping":  [
                    {
                        "identity": "EHM",
                        "map": "Gruppförskrivarkod"
                    }
                ]
            },
            {
                "id": "Practitioner.qualification.code.coding:groupPrescriptionCode.system",
                "path": "Practitioner.qualification.code.coding.system",
                "min": 1,
                "fixedUri": "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-gruppforskrivarkod",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:groupPrescriptionCode.version",
                "path": "Practitioner.qualification.code.coding.version",
                "mustSupport": true
            },
            {
                "id": "Practitioner.qualification.code.coding:groupPrescriptionCode.code",
                "path": "Practitioner.qualification.code.coding.code",
                "min": 1,
                "mustSupport": true
            }
        ]
    }
}
Practitioner..
Practitioner.id..
Practitioner.extensionExtension..
Practitioner.extension.value[x]..
Practitioner.extensionExtension..1
Practitioner.extension.extension..
Practitioner.extension.extension.value[x]..
Practitioner.name..1
Practitioner.name.text..
Practitioner.name.family..
Practitioner.name.given..1
Practitioner.telecom..
Practitioner.telecom.extension2..
Practitioner.telecom.extensionExtension1..1
Practitioner.telecom.extensionExtension1..1
Practitioner.telecom.extension.value[x]..
Practitioner.telecom.system..
Practitioner.telecom.value1..
Practitioner.telecom.rank1..
Practitioner.address..
Practitioner.address.type..
Practitioner.address.line..1
Practitioner.address.city..
Practitioner.address.postalCode..
Practitioner.address.country..
Practitioner.qualification..1
Practitioner.qualification.identifier..
Practitioner.qualification.identifier..1
Practitioner.qualification.identifier.system1..
Practitioner.qualification.identifier.value1..
Practitioner.qualification.identifier..1
Practitioner.qualification.identifier.system1..
Practitioner.qualification.identifier.value1..
Practitioner.qualification.code..
Practitioner.qualification.code.coding1..
Practitioner.qualification.code.coding..1
Practitioner.qualification.code.coding.system1..
Practitioner.qualification.code.coding.version..
Practitioner.qualification.code.coding.code1..
Practitioner.qualification.code.coding..1
Practitioner.qualification.code.coding.system1..
Practitioner.qualification.code.coding.version..
Practitioner.qualification.code.coding.code1..
Practitioner.qualification.code.coding..1
Practitioner.qualification.code.coding.system1..
Practitioner.qualification.code.coding.version..
Practitioner.qualification.code.coding.code1..

Contained resources

References to this resource are allways based on a contained resource as there is no complete registry of practitioners (prescribers, pharmacists etc) within the National Medication List.

Case Resources
Allways MedicationRequest,
MedicationDispense,
Provenance

For more information about references and contained resources see Resources - References.

Details

Description of all elements can be found here, Element descriptions.

Mapping of FHIR element names to the National Medication List names can be found here, Element language mappings.

Supported operations

HTTP methods

Operation Supported Comment
Search (GET, POST) no
Insert (POST) no
Update (PUT) no
Delete (DEL) no
Operation (GET, POST) no

It is not possible to interact with this resource.

Query operations

Search is not supported for this resource since it is always contained in another resourse.