PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.1.2
    http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-bloodpressure-ieb
{
  "description": "FHIR Blood Pressure Profile",
  "_filename": "Observation-bloodpressure-ieb.json",
  "package_name": "fhir.ieb.core",
  "date": "2021-05-21",
  "derivation": "constraint",
  "meta": {
    "source": "#2uMcyTuOybJQ0wGp",
    "versionId": "6",
    "lastUpdated": "2021-05-21T19:43:50.853+00:00"
  },
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "fhirVersion": "4.0.1",
  "name": "ObservationBloodPressureIEB",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Observation",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Observation Blood Pressure (IEB)",
  "package_version": "0.1.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary",
    "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1.  One code in `Observation.code` which must have\r    -   a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r    -   a fixed  `Observation.code.coding.code`= **85354-9'**\r    -   Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r2.  One  `Observation.component.code`  which must have\r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8480-6'**\r    -   Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r3.  One  `Observation.component.code` which must have \r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8462-4'**\r    -   Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r   - Each Observation.valueQuantity must have:\r     - One numeric value in Observation.valueQuantity.value\r     - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r     - a UCUM unit code in Observation.valueQuantity.code = **'mm[Hg]'**"
  } ],
  "status": "active",
  "id": "4b86c6ae-6341-48c8-b3a5-68e062395edc",
  "kind": "resource",
  "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-bloodpressure-ieb",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "max": "*",
      "min": 0,
      "path": "Observation",
      "short": "FHIR Blood Pressure Profile",
      "definition": "This profile defines  how to represent Blood Pressure observations in FHIR using a standard LOINC code and UCUM units of measure.  This is a grouping structure. It has no value in Observation.valueQuantity but contains at least one component (systolic and/or diastolic)."
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "alias": [ "Test", "Name" ],
      "short": "Blood Pressure",
      "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system.",
      "definition": "Blood Pressure."
    }, {
      "id": "Observation.code.coding",
      "path": "Observation.code.coding",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code",
          "type": "value"
        }, {
          "path": "system",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.code.coding:BPCode",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding",
      "sliceName": "BPCode"
    }, {
      "id": "Observation.code.coding:BPCode.system",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:BPCode.code",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.code",
      "type": [ {
        "code": "code"
      } ],
      "fixedCode": "85354-9"
    }, {
      "id": "Observation.valueQuantity",
      "max": "0",
      "min": 0,
      "path": "Observation.valueQuantity"
    }, {
      "id": "Observation.component",
      "max": "*",
      "min": 2,
      "path": "Observation.component",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code.coding.code",
          "type": "value"
        }, {
          "path": "code.coding.system",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.component:SystolicBP",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "sliceName": "SystolicBP"
    }, {
      "id": "Observation.component:SystolicBP.code",
      "path": "Observation.component.code",
      "alias": [ "Component Test", "Component Name" ],
      "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system."
    }, {
      "id": "Observation.component:SystolicBP.code.coding",
      "path": "Observation.component.code.coding",
      "short": "Systolic Blood Pressure",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code",
          "type": "value"
        }, {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Systolic Blood Pressure."
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding",
      "short": "Systolic Blood Pressure",
      "sliceName": "SBPCode",
      "definition": "Systolic Blood Pressure."
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode.system",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.component:SystolicBP.code.coding:SBPCode.code",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "type": [ {
        "code": "code"
      } ],
      "fixedCode": "8480-6"
    }, {
      "id": "Observation.component:SystolicBP.valueQuantity",
      "path": "Observation.component.valueQuantity",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:SystolicBP.valueQuantity.value",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.value",
      "type": [ {
        "code": "decimal"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.valueQuantity.unit",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.unit",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:SystolicBP.valueQuantity.system",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "path": "Observation.component.valueQuantity.code",
      "fixedCode": "mm[Hg]",
      "min": 1,
      "definition": "Coded responses from the common UCUM units for vital signs value set.",
      "short": "Coded responses from the common UCUM units for vital signs value set.",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Observation.component:SystolicBP.valueQuantity.code"
    }, {
      "id": "Observation.component:DiastolicBP",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "sliceName": "DiastolicBP"
    }, {
      "id": "Observation.component:DiastolicBP.code",
      "path": "Observation.component.code",
      "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system."
    }, {
      "id": "Observation.component:DiastolicBP.code.coding",
      "path": "Observation.component.code.coding",
      "short": "Diastolic Blood Pressure",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code",
          "type": "value"
        }, {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Diastolic Blood Pressure."
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding",
      "short": "Diastolic Blood Pressure",
      "sliceName": "DBPCode",
      "definition": "Diastolic Blood Pressure."
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code",
      "max": "1",
      "min": 1,
      "path": "Observation.component.code.coding.code",
      "type": [ {
        "code": "code"
      } ],
      "fixedCode": "8462-4"
    }, {
      "id": "Observation.component:DiastolicBP.valueQuantity",
      "path": "Observation.component.valueQuantity",
      "type": [ {
        "code": "Quantity"
      } ]
    }, {
      "id": "Observation.component:DiastolicBP.valueQuantity.value",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.value",
      "type": [ {
        "code": "decimal"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.valueQuantity.unit",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.unit",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:DiastolicBP.valueQuantity.system",
      "max": "1",
      "min": 1,
      "path": "Observation.component.valueQuantity.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "path": "Observation.component.valueQuantity.code",
      "fixedCode": "mm[Hg]",
      "min": 1,
      "definition": "Coded responses from the common UCUM units for vital signs value set.",
      "short": "Coded responses from the common UCUM units for vital signs value set.",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Observation.component:DiastolicBP.valueQuantity.code"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns"
}