PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.9-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [Observation](https://hl7.org/fhir/R4/Observation.html), in order to represent an individual laboratory test and result value. These tests can be grouped together using the UKCore-Observation-Group-Lab profile.",
  "_filename": "UKCore-Observation-Lab.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "To provide the minimum expectations for each individual laboratory test.",
  "name": "UKCoreObservationLab",
  "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": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core Observation Lab",
  "package_version": "0.0.9-pre-release",
  "status": "active",
  "id": "ee451668-3990-472d-b1e8-e6672bfd9cb7",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-Lab",
  "version": "2.0.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "constraint": [ {
        "key": "ukcore-obs-lab-001",
        "human": "Either `value`, `dataAbsentReason` or `note` SHOULD be populated",
        "severity": "warning",
        "expression": "value.exists() or dataAbsentReason.exists() or note.exists()"
      } ]
    }, {
      "id": "Observation.extension:triggeredByR5",
      "path": "Observation.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy" ]
      } ],
      "short": "Triggering observation(s). This is a R5 backport.",
      "sliceName": "triggeredByR5"
    }, {
      "id": "Observation.extension:triggeredByR5.extension:observation",
      "path": "Observation.extension.extension",
      "sliceName": "observation"
    }, {
      "id": "Observation.extension:triggeredByR5.extension:observation.value[x]",
      "path": "Observation.extension.extension.value[x]",
      "short": "Triggering observation.",
      "definition": "A reference to the triggering observation."
    }, {
      "id": "Observation.extension:triggeredByR5.extension:type",
      "path": "Observation.extension.extension",
      "sliceName": "type"
    }, {
      "id": "Observation.extension:triggeredByR5.extension:type.value[x]",
      "path": "Observation.extension.extension.value[x]",
      "short": "The type of trigger. Reflex | Repeat | Re-run",
      "definition": "The type of trigger. Reflex | Repeat | Re-run"
    }, {
      "id": "Observation.extension:triggeredByR5.extension:reason",
      "path": "Observation.extension.extension",
      "sliceName": "reason"
    }, {
      "id": "Observation.extension:triggeredByR5.extension:reason.value[x]",
      "path": "Observation.extension.extension.value[x]",
      "short": "Reason that the observation was triggered.",
      "definition": "Provides the reason why this observation was performed as a result of the observation referenced."
    }, {
      "id": "Observation.extension:bodyStructureR5",
      "path": "Observation.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.bodyStructure" ]
      } ],
      "short": "Observed body structure. This is a R5 backport.",
      "sliceName": "bodyStructureR5"
    }, {
      "id": "Observation.status",
      "path": "Observation.status",
      "short": "The status of the result value.",
      "mustSupport": true
    }, {
      "id": "Observation.category",
      "min": 1,
      "path": "Observation.category",
      "short": "A code that classifies the general type of observation being made.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "coding.code",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Observation.category:laboratory",
      "max": "1",
      "min": 1,
      "path": "Observation.category",
      "short": "A mandatory code, to identify this observation as being Lab related.",
      "sliceName": "laboratory",
      "mustSupport": true
    }, {
      "id": "Observation.category:laboratory.coding.system",
      "path": "Observation.category.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
    }, {
      "id": "Observation.category:laboratory.coding.code",
      "path": "Observation.category.coding.code",
      "fixedCode": "laboratory"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "short": "The type of lab related observation (code / type).",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-PathologyAndLaboratoryMedicineObservables",
        "description": "A code from the SNOMED Clinical Terminology UK coding system regarding laboratory medicine test results"
      },
      "mustSupport": true
    }, {
      "id": "Observation.subject",
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ]
    }, {
      "id": "Observation.bodySite",
      "path": "Observation.bodySite",
      "binding": {
        "strength": "preferred"
      }
    }, {
      "id": "Observation.method",
      "path": "Observation.method",
      "binding": {
        "strength": "preferred"
      }
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}