FHIR IG Statistics: StructureDefinition/ext-MedicationOverview.SourceOrganization
Package | nictiz.fhir.nl.r4.medicationprocess9 |
Resource Type | StructureDefinition |
Id | ext-MedicationOverview.SourceOrganization |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/StructureDefinition/ext-MedicationOverview.SourceOrganization |
URL | http://nictiz.nl/fhir/StructureDefinition/ext-MedicationOverview.SourceOrganization |
Version | 2.0.0-rc.1 |
Status | active |
Name | ExtMedicationOverviewSourceOrganization |
Title | Ext MedicatonOverview.SourceOrganization |
Realm | nl |
Description | Extension to capture the organization that was the author/source of a List. This extends the current possible reference types (Practitioner | Patient | Device) so that it includes an Organization. |
Purpose | In some cases an organization can be the author/source of a List. For example, in the information standard Medication Process, an organization is responsible for and the author of a Medication Overview. This extension allows to refer to an Organization resource to provide information on the author/source of a List. |
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 |
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ext-MedicationOverview.SourceOrganization",
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-MedicationOverview.SourceOrganization",
"version": "2.0.0-rc.1",
"name": "ExtMedicationOverviewSourceOrganization",
"title": "Ext MedicatonOverview.SourceOrganization",
"status": "active",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "Extension to capture the organization that was the author/source of a List. This extends the current possible reference types (Practitioner | Patient | Device) so that it includes an Organization.",
"purpose": "In some cases an organization can be the author/source of a List. For example, in the information standard Medication Process, an organization is responsible for and the author of a Medication Overview. This extension allows to refer to an Organization resource to provide information on the author/source of a List.",
"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": "element",
"expression": "List.source"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://nictiz.nl/fhir/StructureDefinition/ext-MedicationOverview.SourceOrganization"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"short": "AuthorIsHealthcareProvider",
"alias": [
"AuteurIsZorgaanbieder"
],
"type": [
{
"code": "Reference",
"targetProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
]
}
]
}
]
}
}