PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.14.0
    http://fhir.health.gov.il/StructureDefinition/il-core-bp
{
  "description": "Israel Core proposed constraints and extensions on the Observation Resource for use in Blood Pressure measurments.",
  "_filename": "StructureDefinition-il-core-bp.json",
  "package_name": "il.core.fhir.r4",
  "date": "2024-04-07",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ILCoreBP",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "ILCore Blood Pressure Profile",
  "package_version": "0.14.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "draft"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  } ],
  "status": "draft",
  "id": "84f8981c-18c7-41bc-97d4-efa6c1086df3",
  "kind": "resource",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-bp",
  "version": "0.14.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "short": "ILCore Blood Pressure Profile"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "definition": "Code specifying blood pressure measurement type"
    }, {
      "id": "Observation.code.coding",
      "path": "Observation.code.coding",
      "patternCoding": {
        "code": "85354-9",
        "system": "http://loinc.org"
      }
    }, {
      "id": "Observation.component",
      "min": 2,
      "path": "Observation.component",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "coding.system",
          "type": "value"
        }, {
          "path": "coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:SystolicBP",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "sliceName": "SystolicBP"
    }, {
      "id": "Observation.component:SystolicBP.code.coding",
      "min": 1,
      "path": "Observation.component.code.coding",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "coding.system",
          "type": "value"
        }, {
          "path": "coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding",
      "sliceName": "SBPCode"
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "patternUri": "http://loinc.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "mustSupport": true,
      "patternCode": "8480-6"
    }, {
      "id": "Observation.component:SystolicBP.value[x]",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueQuantity",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "sliceName": "valueQuantity"
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueQuantity.value",
      "path": "Observation.component.value[x].value",
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueQuantity.unit",
      "path": "Observation.component.value[x].unit",
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueQuantity.system",
      "path": "Observation.component.value[x].system",
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueQuantity.code",
      "path": "Observation.component.value[x].code",
      "fixedCode": "mm[Hg]",
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.value[x]:valueCodeableConcept",
      "max": "0",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept"
    }, {
      "id": "Observation.component:DiastolicBP",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "sliceName": "DiastolicBP"
    }, {
      "id": "Observation.component:DiastolicBP.code.coding",
      "min": 1,
      "path": "Observation.component.code.coding",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "coding.system",
          "type": "value"
        }, {
          "path": "coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding",
      "sliceName": "DBPCode"
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "patternUri": "http://loinc.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "mustSupport": true,
      "patternCode": "8462-4"
    }, {
      "id": "Observation.component:DiastolicBP.value[x]",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueQuantity",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "Quantity"
      } ],
      "sliceName": "valueQuantity"
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.value",
      "path": "Observation.component.value[x].value",
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.unit",
      "path": "Observation.component.value[x].unit",
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.system",
      "path": "Observation.component.value[x].system",
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.code",
      "path": "Observation.component.value[x].code",
      "fixedCode": "mm[Hg]",
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.value[x]:valueCodeableConcept",
      "max": "0",
      "path": "Observation.component.value[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "tal.primak@moh.gov.il",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-vital-signs"
}