PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.14-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-AverageBloodPressure
{
  "description": "Defines the additional constraints and extensions on the UK Core Observation profile, to record a patients average blood pressure readings for a given time frame.",
  "_filename": "UKCore-Observation-AverageBloodPressure.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "To provide implementers with additional support when implementing average blood pressure monitoring over a specific time period and to provide a consistent structure to how the data is presented.",
  "name": "UKCoreObservationAverageBloodPressure",
  "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 Average Blood Pressure",
  "package_version": "0.0.14-pre-release",
  "status": "active",
  "id": "0f450d39-2562-406f-8aba-71632ca3a39b",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation-AverageBloodPressure",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Observation.status",
      "path": "Observation.status",
      "fixedCode": "final"
    }, {
      "id": "Observation.category",
      "max": "1",
      "min": 1,
      "path": "Observation.category"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-Average"
      }
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject"
    }, {
      "id": "Observation.effective[x]",
      "min": 1,
      "path": "Observation.effective[x]"
    }, {
      "id": "Observation.value[x]",
      "max": "0",
      "path": "Observation.value[x]"
    }, {
      "id": "Observation.method",
      "path": "Observation.method",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-MeasurementMethod"
      }
    }, {
      "id": "Observation.specimen",
      "max": "0",
      "path": "Observation.specimen"
    }, {
      "id": "Observation.device",
      "path": "Observation.device",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/DeviceMetric", "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device-BloodPressure" ]
      } ]
    }, {
      "id": "Observation.component",
      "max": "2",
      "min": 1,
      "path": "Observation.component",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "code.text",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:SystolicBP",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "sliceName": "SystolicBP"
    }, {
      "id": "Observation.component:SystolicBP.code.coding",
      "path": "Observation.component.code.coding",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-AverageSystolic"
      }
    }, {
      "id": "Observation.component:SystolicBP.code.text",
      "path": "Observation.component.code.text",
      "fixedString": "Systolic blood pressure"
    }, {
      "id": "Observation.component:SystolicBP.value[x]",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:SystolicBP.value[x].unit",
      "path": "Observation.component.value[x].unit",
      "fixedString": "millimeter of mercury"
    }, {
      "id": "Observation.component:SystolicBP.value[x].system",
      "path": "Observation.component.value[x].system",
      "fixedUri": "http://unitsofmeasure.org"
    }, {
      "id": "Observation.component:SystolicBP.value[x].code",
      "path": "Observation.component.value[x].code",
      "fixedCode": "mm[Hg]"
    }, {
      "id": "Observation.component:DiastolicBP",
      "max": "1",
      "path": "Observation.component",
      "sliceName": "DiastolicBP"
    }, {
      "id": "Observation.component:DiastolicBP.code.coding",
      "path": "Observation.component.code.coding",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BloodPressure-AverageDiastolic"
      }
    }, {
      "id": "Observation.component:DiastolicBP.code.text",
      "path": "Observation.component.code.text",
      "fixedString": "Diastolic blood pressure"
    }, {
      "id": "Observation.component:DiastolicBP.value[x]",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:DiastolicBP.value[x].unit",
      "path": "Observation.component.value[x].unit",
      "fixedString": "millimeter of mercury"
    }, {
      "id": "Observation.component:DiastolicBP.value[x].system",
      "path": "Observation.component.value[x].system",
      "fixedUri": "http://unitsofmeasure.org"
    }, {
      "id": "Observation.component:DiastolicBP.value[x].code",
      "path": "Observation.component.value[x].code",
      "fixedCode": "mm[Hg]"
    } ]
  },
  "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"
}