{ "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": "2023-12-12", "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.8-pre-release", "status": "active", "id": "47224d3c-91af-4516-b70e-02c6ecda4048", "kind": "resource", "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-VitalSigns", "version": "1.1.0", "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" ] } ], "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" ] } ], "sliceName": "recordingSetting", "isModifier": false }, { "id": "Observation.status", "path": "Observation.status", "fixedCode": "final" }, { "id": "Observation.category", "max": "1", "min": 1, "path": "Observation.category" }, { "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.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", "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", "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" }, { "id": "Observation.effective[x]", "min": 1, "path": "Observation.effective[x]" } ] }, "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" }