{ "description": "Defines the observation constraints and extensions on the UK Core Observation resource for the minimal set of data to query and retrieve clinical observation vital signs information.", "_filename": "UKCore-Observation-VitalSigns.json", "package_name": "fhir.r4.ukcore.stu3.currentbuild", "date": "2024-07-23", "derivation": "constraint", "publisher": "HL7 UK", "fhirVersion": "4.0.1", "purpose": "This profile allows exchange of internationally FHIR compliant vital signs information based on measurements and simple assertions made about an individual. Where a more constrained derived profile exists, it should be used instead of this profile.", "name": "UKCoreObservationVitalSigns", "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 Vital Signs", "package_version": "0.0.14-pre-release", "status": "active", "id": "ba4f27c2-0201-40d9-9ae1-b20685adfa4d", "kind": "resource", "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns", "version": "1.1.1", "differential": { "element": [ { "id": "Observation", "path": "Observation", "constraint": [ { "key": "ukcore-obs-vs-001", "human": "`code.coding` SHALL include a LOINC \"magic code\"", "severity": "error", "expression": "code.coding.where(system='http://loinc.org').exists()" } ] }, { "id": "Observation.extension:bodyPosition", "path": "Observation.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition" ] } ], "short": "The patients body position when the vital signs observation was recorded.", "sliceName": "bodyPosition", "isModifier": false }, { "id": "Observation.extension:bodyPosition.value[x]", "path": "Observation.extension.value[x]", "binding": { "strength": "preferred", "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BodyPosition" } }, { "id": "Observation.extension:recordingSetting", "path": "Observation.extension", "type": [ { "code": "Extension", "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RecordingSetting" ] } ], "short": "Records whether the vital signs observation was performed in a clinical or non clinical setting.", "sliceName": "recordingSetting", "isModifier": false }, { "id": "Observation.status", "path": "Observation.status", "short": "A status of `final` SHALL be present.", "fixedCode": "final" }, { "id": "Observation.category", "max": "1", "min": 1, "path": "Observation.category", "short": "A category of `vital-signs` SHALL be present." }, { "id": "Observation.category.coding.system", "path": "Observation.category.coding.system", "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category" }, { "id": "Observation.category.coding.code", "path": "Observation.category.coding.code", "fixedCode": "vital-signs" }, { "id": "Observation.code", "max": "1", "min": 1, "path": "Observation.code", "short": "The type of vital signs observation (code / type)." }, { "id": "Observation.code.coding", "path": "Observation.code.coding", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] } }, { "id": "Observation.code.coding:loinc", "max": "1", "min": 1, "path": "Observation.code.coding", "short": "A LOINC \"magic code\" describing the type of observation SHALL be present.", "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult" }, "sliceName": "loinc" }, { "id": "Observation.code.coding:loinc.system", "path": "Observation.code.coding.system", "fixedUri": "http://loinc.org" }, { "id": "Observation.code.coding:snomedCT", "min": 1, "path": "Observation.code.coding", "short": "A SNOMED CT concept describing the type of observation SHALL be present.", "binding": { "strength": "preferred", "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-ObservationVitalSignsType", "description": "A code from the SNOMED Clinical Terminology UK coding system describing a type of observation" }, "sliceName": "snomedCT" }, { "id": "Observation.code.coding:snomedCT.system", "path": "Observation.code.coding.system", "fixedUri": "http://snomed.info/sct" }, { "id": "Observation.subject", "min": 1, "path": "Observation.subject", "short": "Who or what the observation relates to SHALL be present." }, { "id": "Observation.effective[x]", "min": 1, "path": "Observation.effective[x]", "short": "A clinically relevant time / time-period for observation SHALL be present." } ] }, "contact": [ { "name": "HL7 UK", "telecom": [ { "use": "work", "rank": 1, "value": "ukcore@hl7.org.uk", "system": "email" } ] } ], "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation" }