PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.9-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Composition
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [Composition](https://hl7.org/fhir/R4/Composition.html).",
  "_filename": "UKCore-Composition.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "This profile allows a record of a set of healthcare-related information that is assembled together into a single logical package 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. \r\n\r\nA Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition SHALL be the first entry in a Bundle where `Bundle.type=document`, and any other resources referenced from Composition SHALL be included as subsequent entries in the Bundle, for example Patient, Practitioner, Encounter, etc.",
  "name": "UKCoreComposition",
  "abstract": false,
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "type": "Composition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core Composition",
  "package_version": "0.0.9-pre-release",
  "status": "active",
  "id": "c708b043-baff-426c-ac37-69b9b3f62d50",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Composition",
  "version": "2.4.0",
  "differential": {
    "element": [ {
      "id": "Composition",
      "path": "Composition",
      "definition": "A set of healthcare-related information that is assembled together into a single logical package 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. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition SHALL be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition SHALL be included as subsequent entries in the Bundle, for example Patient, Practitioner, Encounter, etc."
    }, {
      "id": "Composition.extension:careSettingType",
      "max": "1",
      "path": "Composition.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType" ]
      } ],
      "short": "Used to support the type of care setting associated with a composition or a list.",
      "sliceName": "careSettingType"
    }, {
      "id": "Composition.status",
      "path": "Composition.status",
      "short": "The workflow / clinical status of this composition.",
      "mustSupport": true
    }, {
      "id": "Composition.type",
      "path": "Composition.type",
      "short": "Specifies the particular kind of composition.",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType",
        "description": "SNOMED CT Document Type"
      },
      "mustSupport": true
    }, {
      "id": "Composition.category",
      "path": "Composition.category",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionCategory",
        "description": "A ValueSet to identify the category of a composition."
      }
    }, {
      "id": "Composition.subject",
      "path": "Composition.subject",
      "short": "Who and / or what the composition is about.",
      "mustSupport": true
    }, {
      "id": "Composition.author",
      "path": "Composition.author",
      "short": "Identifies who is responsible for the information in the composition.",
      "mustSupport": true
    }, {
      "id": "Composition.confidentiality",
      "path": "Composition.confidentiality",
      "short": "The code specifying the level of confidentiality of the Composition.",
      "mustSupport": true
    }, {
      "id": "Composition.custodian",
      "path": "Composition.custodian",
      "short": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.",
      "mustSupport": true
    }, {
      "id": "Composition.section.code",
      "path": "Composition.section.code",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-CompositionSectionCode"
      }
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition"
}