PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.9-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-List
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [List](https://hl7.org/fhir/R4/List.html).",
  "_filename": "UKCore-List.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 exchange of a flat, possibly ordered collection of records. \r\n\r\nThe list profile can be used in many places, including allergies, medications, alerts, family history, medical history, etc. This list profile can be used to support individual-specific clinical lists as well as lists that manage workflows such as tracking patients, managing teaching cases, etc. \r\n\r\nThe list profile supports lists that are homogeneous – consisting of only one type of resource (e.g. Allergy lists) as well as heterogeneous – containing a variety of resources (e.g. a problem list including Condition, AllergyIntolerance, Procedure, etc.).",
  "name": "UKCoreList",
  "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": "List",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core List",
  "package_version": "0.0.9-pre-release",
  "status": "active",
  "id": "405c6526-d824-449b-829d-0286afb36226",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-List",
  "version": "2.4.0",
  "differential": {
    "element": [ {
      "id": "List.extension:careSettingType",
      "max": "1",
      "path": "List.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType" ]
      } ],
      "short": "An extension to support the type of care setting associated with a composition or a list.",
      "sliceName": "careSettingType",
      "definition": "An extension to carry the Care setting type."
    }, {
      "id": "List.extension:listWarningCode",
      "path": "List.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode" ]
      } ],
      "short": "To support warnings that a list may be incomplete as data has been excluded due to confidentiality or may be missing due to data being in transit.",
      "sliceName": "listWarningCode"
    }, {
      "id": "List.status",
      "path": "List.status",
      "short": "Indicates the current state of this list.",
      "mustSupport": true
    }, {
      "id": "List.mode",
      "path": "List.mode",
      "short": "Indicates how this list was prepared: working | snapshot | changes",
      "mustSupport": true
    }, {
      "id": "List.code",
      "path": "List.code",
      "short": "This code defines the purpose of the list - why it was created.",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ListCode"
      },
      "mustSupport": true
    }, {
      "id": "List.subject",
      "path": "List.subject",
      "short": "The common subject (or patient) of the resources that are in the list if there is one.",
      "mustSupport": true
    }, {
      "id": "List.emptyReason",
      "path": "List.emptyReason",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ListEmptyReasonCode"
      }
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List"
}