RIVO-Noord Zorgviewer Implementation Guide
1.25.0 - master Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.25.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

Resource Profile: MedischHulpmiddel

Official URL: http://fhir.hl7.nl/zorgviewer/StructureDefinition/MedischHulpmiddel Version: 1.25.0
Active as of 2026-08-21 Computable Name: MedischHulpmiddel

MedischHulpmiddel (DeviceUseStatement)

Dit profiel is het resultaat van de vergelijking tussen de zib2017 STU3 en zibs2020 R4 FHIR Profiel, relevante informatiestandarden en de implementaties in de ontsloten systemen en instellingen. Voornamelijk bedoeld voor houvast van een client en voor validatie van output.

Zorginformatiebouwsteen

ZIB MedischHulpmiddel

View Definition

ViewDefinition voor Medische Hulpmiddelen

UI Wireframe

Medische Hulpmiddelen

>< Bron Datum Hulpmiddel Indicatie Anatomische locatie Lateraliteit Toelichting
+ EPS Walker (physical object)
+ EPS Home nebulizer (physical object)
+ Nictiz 1-9-2021 Cardiac Stent - Model X123 Atherosclerose Right coronary artery Right Implanted during angioplasty procedure.
+ Epic 5-6-2012 GMRS TIBIAL INSERT SMALL 10MM - S1148130801 Knie Links Implantant, Gen 2 Tibia Insert 5 / 6-9mm
+ Chipsoft 5-6-2012, 00:00:00 Onbekend serienummer. Knee region structure (body structure) Left Implantant, Gen 2 Tibia Insert 5/6-9mm
+ Epic 1-1-2007 Gehoorimplantaten - Actief Middenoor Implantaat-1-1-2007 Oor Rechts Apparaat niet zichtbaar (diep in de gehooringang)
+ Nexus 1-1-2007 Gehoorapparaat Oor rechts Apparaat niet zichtbaar (diep in de gehooringang)
+ Chipsoft 1-1-2007, 00:00:00 Onbekend serienummer. Presbyacusis. Apparaat niet zichtbaar (diep in de gehooringang)
+ Nexus Kniegewrichtsprothese knie links Implantant, Gen 2 Tibia Insert 5/6-9mm

Kolomdefinities

Kolom label FHIR Path Expression FHIR Type Zib element Toelichting of regels
Bron meta.extension('http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source').valueUri string nvt Lookup adhv uri (AGB-Z of OID) <adressering-base>/Organization?identifier=<.meta.tag.code> en gebruik dan Organization.name
Datum whenUsed.select(iif(start.exists() and end.exists(), start.toString() + ' - ' + end.toString(), start | end)) Period BeginDatum
Hulpmiddel device.display string Product
Indicatie indication[0].display | indication[0].text string Indicatie
Anatomische locatie bodySite.text | bodySite.coding[0].display string AnatomischeLocatie
Lateraliteit bodySite.extension('http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier').valueCodeableConcept.coding[0].display string Lateraliteit
Toelichting note[0].text string Toelichting

Request

  1. Opvragen (search) deviceusestatements

    GET <ontsluiten-bronsysteem-base>/DeviceUseStatement?patient=<fhir_patient_id>

Bronsysteem herkennen

De Zorgviewer-backend of Ontsluiten bronsysteem MOET na bevragen van het bronsysteem aan elk resultaat resource een meta-tag toevoegen met de AGB, OID of URA identifier van de zorgaanbieder (zie Organization voor voorbeelden). Dit wordt vervolgens gebruikt in de "Bron" kolom in de Zorgviewer-frontend. N.B. We gebruiken hier een pre-adopt van de FHIR R4 Meta.source.

Toevoegen aan elke response, dus per resource (bij een read) of per Bundle (bij een search):

"meta": {
    "extension": [ {
        "url": "http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source",
        "valueUri": "urn:oid:2.16.840.1.113883.2.4.3.8"
    } ]
}

Alternatief: Elke entry van een search response Bundle bevat een referentie naar de bijbehorende Patient (<resource>.subject|patient). Elke patient heeft een Patient.managingOrganization en in de gerefereerde Organization.identifier staat vervolgens o.a. de OID van het bronsysyeem. Of je gebruikt de identifiers om een volledige Organization op te zoeken in het adresboek en zie inhoud hier.

Usages:

  • This Profile is not used by any profiles in this Specification

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:HealthcareProvider 0..1 Reference(nl-core-organization) HealthcareProvider
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Organization
Constraints: ext-1
.... extension:HealthProfessional 0..1 (Complex) HealthProfessional
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner
Constraints: ext-1
..... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner"
..... Slices for valueReference Content/Rules for all slices
...... valueReference:valueReference 0..1 Reference(nl-core-practitioner | nl-core-practitionerrole) HealthProfessional
.... extension:reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference | Media) Why was DeviceUseStatement performed?
URL: http://nictiz.nl/fhir/StructureDefinition/deviceUseStatement-reasonReferenceSTU3
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... subject 1..1 Reference(Group | nl-core-patient) Patient using device
... whenUsed S 0..1 Period Time range defined by start and end date/time
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
.... Slices for extension Content/Rules for all slices
..... extension:indication_Problem 0..* Reference(HCIM Problem) Indication-Probleem
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem
Constraints: ext-1
... bodySite S 0..1 CodeableConcept AnatomicalLocation
Binding: HulpmiddelAnatomischeLocatieCodelijst (extensible): Patient’s anatomical location of the medical aid used.
.... Slices for extension Content/Rules for all slices
..... extension:Laterality 0..1 (Complex) Laterality
URL: http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier
Constraints: ext-1
...... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"
... note S 0..* Annotation Addition details (comments, instructions)
.... text 1..1 string Comment

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceUseStatement.status Base required DeviceUseStatementStatus 📦3.0.2 FHIR Std.
DeviceUseStatement.bodySite Base extensible HulpmiddelAnatomischeLocatieCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3

Constraints

Id Grade Path(s) Description Expression
dom-1 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceUseStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error DeviceUseStatement 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()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error DeviceUseStatement.extension:HealthcareProvider, DeviceUseStatement.extension:HealthProfessional, DeviceUseStatement.extension:reasonReference, DeviceUseStatement.indication.extension:indication_Problem, DeviceUseStatement.bodySite.extension:Laterality Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Zib MedicalDevice

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... whenUsed S 0..1 Period Time range defined by start and end date/time
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
... note S 0..* Annotation Addition details (comments, instructions)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... extension:HealthcareProvider 0..1 Reference(nl-core-organization) HealthcareProvider
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Organization
Constraints: ext-1
.... extension:HealthProfessional 0..1 (Complex) HealthProfessional
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner
Constraints: ext-1
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner"
..... Slices for valueReference Content/Rules for all slices
...... valueReference:valueReference 0..1 Reference(nl-core-practitioner | nl-core-practitionerrole) HealthProfessional
.... extension:reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference | Media) Why was DeviceUseStatement performed?
URL: http://nictiz.nl/fhir/StructureDefinition/deviceUseStatement-reasonReferenceSTU3
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External identifier for this record
... status ?!Σ 1..1 code active | completed | entered-in-error +
Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of a the Device Usage
... subject 1..1 Reference(Group | nl-core-patient) Patient using device
... whenUsed S 0..1 Period Time range defined by start and end date/time
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 0..1 dateTime StartDate
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... timing[x] 0..1 How often the device was used
.... timingTiming Timing
.... timingPeriod Period
.... timingDateTime dateTime
... recordedOn 0..1 dateTime When statement was recorded
... source 0..1 Reference(nl-core-patient | nl-core-practitioner | nl-core-relatedperson) Who made the statement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:practitionerRole 0..1 Reference(nl-core-practitionerrole) Optional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:indication_Problem 0..* Reference(HCIM Problem) Indication-Probleem
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... bodySite S 0..1 CodeableConcept AnatomicalLocation
Binding: HulpmiddelAnatomischeLocatieCodelijst (extensible): Patient’s anatomical location of the medical aid used.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:Laterality 0..1 (Complex) Laterality
URL: http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier
Constraints: ext-1
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"
...... value[x] 0..1 CodeableConcept BodySite qualifier
Binding: MedischHulpmiddelLateraliteitCodelijst (extensible): MedicalDeviceLateralityCodelist
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... note S 0..* Annotation Addition details (comments, instructions)
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... author[x] Σ 0..1 Individual responsible for the annotation
..... authorReference Reference(Practitioner | Patient | RelatedPerson)
..... authorString string
.... time Σ 0..1 dateTime When the annotation was made
.... text 1..1 string Comment

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceUseStatement.language Base extensible Common Languages 📦3.0.2 FHIR Std.
DeviceUseStatement.status Base required DeviceUseStatementStatus 📦3.0.2 FHIR Std.
DeviceUseStatement.bodySite Base extensible HulpmiddelAnatomischeLocatieCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3
DeviceUseStatement.bodySite.​extension:Laterality.​value[x] Base extensible MedischHulpmiddelLateraliteitCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3

Constraints

Id Grade Path(s) Description Expression
dom-1 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceUseStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error DeviceUseStatement 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()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error DeviceUseStatement.extension:HealthcareProvider, DeviceUseStatement.extension:HealthProfessional, DeviceUseStatement.extension:reasonReference, DeviceUseStatement.source.extension:practitionerRole, DeviceUseStatement.indication.extension:indication_Problem, DeviceUseStatement.bodySite.extension:Laterality Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Zib MedicalDevice

Summary

Must-Support: 5 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:HealthcareProvider 0..1 Reference(nl-core-organization) HealthcareProvider
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Organization
Constraints: ext-1
.... extension:HealthProfessional 0..1 (Complex) HealthProfessional
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner
Constraints: ext-1
..... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner"
..... Slices for valueReference Content/Rules for all slices
...... valueReference:valueReference 0..1 Reference(nl-core-practitioner | nl-core-practitionerrole) HealthProfessional
.... extension:reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference | Media) Why was DeviceUseStatement performed?
URL: http://nictiz.nl/fhir/StructureDefinition/deviceUseStatement-reasonReferenceSTU3
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... subject 1..1 Reference(Group | nl-core-patient) Patient using device
... whenUsed S 0..1 Period Time range defined by start and end date/time
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
.... Slices for extension Content/Rules for all slices
..... extension:indication_Problem 0..* Reference(HCIM Problem) Indication-Probleem
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem
Constraints: ext-1
... bodySite S 0..1 CodeableConcept AnatomicalLocation
Binding: HulpmiddelAnatomischeLocatieCodelijst (extensible): Patient’s anatomical location of the medical aid used.
.... Slices for extension Content/Rules for all slices
..... extension:Laterality 0..1 (Complex) Laterality
URL: http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier
Constraints: ext-1
...... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"
... note S 0..* Annotation Addition details (comments, instructions)
.... text 1..1 string Comment

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceUseStatement.status Base required DeviceUseStatementStatus 📦3.0.2 FHIR Std.
DeviceUseStatement.bodySite Base extensible HulpmiddelAnatomischeLocatieCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3

Constraints

Id Grade Path(s) Description Expression
dom-1 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceUseStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error DeviceUseStatement 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()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error DeviceUseStatement.extension:HealthcareProvider, DeviceUseStatement.extension:HealthProfessional, DeviceUseStatement.extension:reasonReference, DeviceUseStatement.indication.extension:indication_Problem, DeviceUseStatement.bodySite.extension:Laterality Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from Zib MedicalDevice

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... whenUsed S 0..1 Period Time range defined by start and end date/time
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
... note S 0..* Annotation Addition details (comments, instructions)

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceUseStatement 0..* Zib MedicalDevice MedicalDevice
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... extension:HealthcareProvider 0..1 Reference(nl-core-organization) HealthcareProvider
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Organization
Constraints: ext-1
.... extension:HealthProfessional 0..1 (Complex) HealthProfessional
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner
Constraints: ext-1
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner"
..... Slices for valueReference Content/Rules for all slices
...... valueReference:valueReference 0..1 Reference(nl-core-practitioner | nl-core-practitionerrole) HealthProfessional
.... extension:reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference | Media) Why was DeviceUseStatement performed?
URL: http://nictiz.nl/fhir/StructureDefinition/deviceUseStatement-reasonReferenceSTU3
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External identifier for this record
... status ?!Σ 1..1 code active | completed | entered-in-error +
Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of a the Device Usage
... subject 1..1 Reference(Group | nl-core-patient) Patient using device
... whenUsed S 0..1 Period Time range defined by start and end date/time
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... start ΣC 0..1 dateTime StartDate
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... timing[x] 0..1 How often the device was used
.... timingTiming Timing
.... timingPeriod Period
.... timingDateTime dateTime
... recordedOn 0..1 dateTime When statement was recorded
... source 0..1 Reference(nl-core-patient | nl-core-practitioner | nl-core-relatedperson) Who made the statement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:practitionerRole 0..1 Reference(nl-core-practitionerrole) Optional Extensions Element
URL: http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... device S 1..1 Reference(HCIM MedicalDevice Product) Reference to device used
... indication S 0..* CodeableConcept Why device was used
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:indication_Problem 0..* Reference(HCIM Problem) Indication-Probleem
URL: http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem
Constraints: ext-1
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... bodySite S 0..1 CodeableConcept AnatomicalLocation
Binding: HulpmiddelAnatomischeLocatieCodelijst (extensible): Patient’s anatomical location of the medical aid used.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
..... extension:Laterality 0..1 (Complex) Laterality
URL: http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier
Constraints: ext-1
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..0 Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... url 1..1 uri "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"
...... value[x] 0..1 CodeableConcept BodySite qualifier
Binding: MedischHulpmiddelLateraliteitCodelijst (extensible): MedicalDeviceLateralityCodelist
.... coding Σ 0..* Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... note S 0..* Annotation Addition details (comments, instructions)
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
.... author[x] Σ 0..1 Individual responsible for the annotation
..... authorReference Reference(Practitioner | Patient | RelatedPerson)
..... authorString string
.... time Σ 0..1 dateTime When the annotation was made
.... text 1..1 string Comment

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceUseStatement.language Base extensible Common Languages 📦3.0.2 FHIR Std.
DeviceUseStatement.status Base required DeviceUseStatementStatus 📦3.0.2 FHIR Std.
DeviceUseStatement.bodySite Base extensible HulpmiddelAnatomischeLocatieCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3
DeviceUseStatement.bodySite.​extension:Laterality.​value[x] Base extensible MedischHulpmiddelLateraliteitCodelijst 📦2017-12-31T00:00:00 Nictiz FHIR NL STU3 Zib2017 v2.3

Constraints

Id Grade Path(s) Description Expression
dom-1 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error DeviceUseStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceUseStatement If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error DeviceUseStatement 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()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error DeviceUseStatement.extension:HealthcareProvider, DeviceUseStatement.extension:HealthProfessional, DeviceUseStatement.extension:reasonReference, DeviceUseStatement.source.extension:practitionerRole, DeviceUseStatement.indication.extension:indication_Problem, DeviceUseStatement.bodySite.extension:Laterality Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Zib MedicalDevice

Summary

Must-Support: 5 elements

 

Other representations of profile: CSV, Excel, Schematron