FHIR IG Statistics: StructureDefinition/lu-Composition
Package | nictiz.fhir.nl.r4.labexchange |
Resource Type | StructureDefinition |
Id | lu-Composition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.labexchange@3.0.0-beta.2&canonical=http://nictiz.nl/fhir/StructureDefinition/lu-Composition |
URL | http://nictiz.nl/fhir/StructureDefinition/lu-Composition |
Version | 3.0.0-beta.2 |
Status | draft |
Name | LuComposition |
Title | lu Composition |
Realm | nl |
Description | Laboratory Report composition.
A composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained. |
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 | Composition |
Kind | resource |
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "lu-Composition",
"url": "http://nictiz.nl/fhir/StructureDefinition/lu-Composition",
"version": "3.0.0-beta.2",
"name": "LuComposition",
"title": "lu Composition",
"status": "draft",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "Laboratory Report composition. \r\n\r\nA composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.",
"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",
"mapping": [
{
"identity": "lu-dataset-laboratory-exchange-2021-02-22",
"uri": "https://decor.nictiz.nl/ad/#/lu-/datasets/dataset/2.16.840.1.113883.2.4.3.11.60.25.1.2/2021-02-22T00:00:00",
"name": "ART-DECOR Dataset Laboratory Exchange 2021-02-22"
}
],
"kind": "resource",
"abstract": false,
"type": "Composition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Composition",
"path": "Composition",
"short": "Laboratory Report composition",
"definition": "A composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained."
},
{
"id": "Composition.type",
"path": "Composition.type",
"short": "Kind of composition (Laboratory Report)",
"definition": "Laboratory Report"
},
{
"id": "Composition.type.coding",
"path": "Composition.type.coding",
"fixedCoding": {
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory Report"
}
},
{
"id": "Composition.subject",
"path": "Composition.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Resource",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
}
],
"mapping": [
{
"identity": "lu-dataset-laboratory-exchange-2021-02-22",
"map": "lu-concept-v2-4303",
"comment": "Patient"
}
]
},
{
"id": "Composition.section",
"path": "Composition.section",
"min": 1,
"max": "1"
},
{
"id": "Composition.section.code",
"path": "Composition.section.code",
"binding": {
"strength": "preferred",
"description": "PanelOrBatteryCodelist",
"valueSet": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20200901000000"
},
"mapping": [
{
"identity": "lu-dataset-laboratory-exchange-2021-02-22",
"map": "lu-concept-v2-4286",
"comment": "PanelOrBattery"
}
]
},
{
"id": "Composition.section.entry",
"path": "Composition.section.entry",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://nictiz.nl/fhir/StructureDefinition/lu-LaboratoryTestResult-DiagnosticReport"
]
}
]
}
]
}
}