Package | nictiz.fhir.nl.r4.nl-core |
Resource Type | StructureDefinition |
Id | ext-AdditionalCategory |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-AdditionalCategory |
URL | http://nictiz.nl/fhir/StructureDefinition/ext-AdditionalCategory |
Status | draft |
Name | ExtAdditionalCategory |
Title | ext AdditionalCategory |
Realm | nl |
Description | An extension that mimics the default FHIR `Resource.category` element that can be used if multiple categories need to be captured, while the cardinality of the core element is `0..1`. Resource types where this is the case are for example MedicationAdministration, MedicationDispense, MedicationStatement and Procedure. Note that in the current FHIR R5 build of these resource types, the cardinality of `.category` has been changed to `0..*`. |
Purpose | In addition to using this extension, a binding should be added to `extension.valueCodeableConcept` referring to the ValueSet of its respective resource type category and with a binding strength that matches the FHIR core binding strength, along with an appropriate definition and short. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Extension |
Kind | complex-type |
StructureDefinition | |
mp-AdministrationAgreement | mp AdministrationAgreement |
mp-MedicationAdministration2 | mp MedicationAdministration2 |
mp-MedicationDispense | mp MedicationDispense |
mp-MedicationUse2 | mp MedicationUse2 |
No resources found
No extension usage examples found
Note: links and images are rebased to the (stated) source
{ "resourceType": "StructureDefinition", "id": "ext-AdditionalCategory", "text": { "status": "empty", "div": "<!-- snip (see above) -->" }, "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AdditionalCategory", "name": "ExtAdditionalCategory", "title": "ext AdditionalCategory", "status": "draft", "publisher": "Nictiz", "contact": [ { "name": "Nictiz", "telecom": [ { "system": "url", "value": "https://www.nictiz.nl", "use": "work" } ] } ], "description": "An extension that mimics the default FHIR `Resource.category` element that can be used if multiple categories need to be captured, while the cardinality of the core element is `0..1`. Resource types where this is the case are for example MedicationAdministration, MedicationDispense, MedicationStatement and Procedure. Note that in the current FHIR R5 build of these resource types, the cardinality of `.category` has been changed to `0..*`.", "purpose": "In addition to using this extension, a binding should be added to `extension.valueCodeableConcept` referring to the ValueSet of its respective resource type category and with a binding strength that matches the FHIR core binding strength, along with an appropriate definition and short.", "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.", "fhirVersion": "4.0.1", "kind": "complex-type", "abstract": false, "context": [ { "type": "fhirpath", "expression": "Resource.category" } ], "type": "Extension", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", "derivation": "constraint", "differential": { "element": [ { "id": "Extension.url", "path": "Extension.url", "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-AdditionalCategory" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "short": "Category", "type": [ { "code": "CodeableConcept" } ] } ] } }