Page Status: updated 2022-11-20

NLLMultiDoseDispConsent (Consent)

Page index

Introduction

The Consent resource, shown in the profile NLLMultiDoseDispConsent (sv: dossamtycke), is used to register a consent from a patient for health care professionals to access the patient's medication list and to prescribe multi dose dispense bags in the national medication list.

Overview

idS Σ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedS Σ0..1instant
sourceΣ0..1uri
profileΣ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
statusS Σ ?!1..1codeBinding
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uriFixed Value
versionS Σ0..1string
codeS Σ0..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ1..1uriFixed Value
versionS Σ0..1string
codeS Σ1..1codeFixed Value
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..*Extension
referenceS Σ I0..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayΣ0..1string
dateTimeΣ0..1dateTime
performerΣ I0..*Reference(Organization | Patient | Practitioner | RelatedPerson | PractitionerRole)
organizationΣ I0..*Reference(Organization)
sourceAttachmentAttachment
sourceReferenceReference(Consent | DocumentReference | Contract | QuestionnaireResponse)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
authorityI0..1uri
uriS I0..1uriFixed Value
policyRuleΣ I0..1CodeableConceptBinding
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
verifiedΣ1..1boolean
verifiedWithI0..1Reference(Patient | RelatedPerson)
verificationDate0..1dateTime
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
typeΣ0..1codeBinding
id0..1string
extensionI0..*Extension
startS Σ I0..1dateTime
endS Σ I0..1dateTime
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
role1..1CodeableConceptBinding
referenceI1..1Reference(Device | Group | CareTeam | Organization | Patient | Practitioner | RelatedPerson | PractitionerRole)
actionΣ0..*CodeableConcept
securityLabelΣ0..*CodingBinding
purposeΣ0..*CodingBinding
classΣ0..*CodingBinding
codeΣ0..*CodeableConcept
dataPeriodΣ I0..1Period
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
meaningΣ1..1codeBinding
referenceΣ I1..1Reference(Resource)
provision0..*see (provision)

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.

Statuses

Status Description
active The consent is accepted by the patient
inactive The consent is canceled

Category

Status Description
consent-dose-disp The consent is a multi dose dispense consent, i.e. based on NLLMultiDoseDispConsent
INFA The consent is an access consent, i.e. based on NLLAccessConsent

Supported operations

HTTP methods

Operation Supported Comment
Search (GET, POST) yes See below for supported search options.
Insert (POST) yes Create a new multi dose dispense consent.
Update (PUT) yes Terminate or reopen a multi dose dispense consent.
Delete (DEL) no
Operation (GET, POST) no

When interacting with this resource a set of HTTP-headers must be included in the request, see HTTP Header and Authorization.

Query operations

Supported queries

The following query alternatives are available for this resource.

  1. ../Consent/[id]
  2. ../Consent/[id]/_history
  3. ../Consent?[parameters]
    Parameter chain:
    patient._id=[id]
    &category=consent-dose-disp

Compartment searches

Supported searches on a compartment. This kind of search returns a bundle with the related resources.

  1. ../Consent/[id]/Provenances returns all Provenances related to a specific Consent.
  2. ../Patient/[id]/Consent returns all multi dose dispense Consents related to a Patient.

Include & reverse includes

Supported usage of include and revinclude. This kind of search returns a bundle of both the base resource and the related resources specified in the parameter.

  1. ../Consent?[parameters]&_revinclude=Provenance:target:Consent returns one or more Consents together with their Provenances. The Provenance returned is the one pointing at the returned version of the Consent. See above for a list of valid parameters.

Example: ../Consent?patient._id=<uuid>&category=consent-dose-disp&_revinclude=Provenance:target:Consent returns the patient's multi dose dispense consent including one provenance.

For generic information about how to search in FHIR look here.

Search parameters

The table below shows all supported search parameters.

Parameter Description Comment
Consent/[id] A read based on the logical ID (UUID) of a consent
../Consent/<uuid>
_history A vread to get all versions of a consent
../Consent/<uuid>/_history
Currently only the latest version is returned
patient._id Logical ID of a patient
..?patient._id=<uuid>
category Type of consent
..&category=consent-dose-disp