PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.1.1
    http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-heartrate-ieb
{
  "description": "FHIR Heart Rate Profile",
  "_filename": "Observation-heartrate-ieb.json",
  "package_name": "fhir.ieb.core",
  "date": "2021-05-21",
  "derivation": "constraint",
  "meta": {
    "source": "#YUpaOgl6NdKZlNNW",
    "versionId": "5",
    "lastUpdated": "2021-05-21T19:49:24.477+00:00"
  },
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "fhirVersion": "4.0.1",
  "name": "ObservationHeartRateIEB",
  "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 Heart Rate (IEB)",
  "package_version": "0.1.1",
  "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`= **'8867-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 = **'/min'**"
  } ],
  "status": "active",
  "id": "06aac012-89c6-4848-8744-104991b9dc7d",
  "kind": "resource",
  "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-heartrate-ieb",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "max": "*",
      "min": 0,
      "path": "Observation",
      "short": "FHIR Heart Rate Profile",
      "definition": "This profile defines how to represent heart rate observations in FHIR using a standard LOINC code and UCUM units of measure."
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "alias": [ "Test", "Name" ],
      "short": "Heart Rate",
      "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": "Heart Rate."
    }, {
      "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:HeartRateCode",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding",
      "sliceName": "HeartRateCode"
    }, {
      "id": "Observation.code.coding:HeartRateCode.system",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:HeartRateCode.code",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.code",
      "type": [ {
        "code": "code"
      } ],
      "fixedCode": "8867-4"
    }, {
      "id": "Observation.valueQuantity",
      "path": "Observation.valueQuantity"
    }, {
      "id": "Observation.valueQuantity.value",
      "max": "1",
      "min": 1,
      "path": "Observation.valueQuantity.value",
      "type": [ {
        "code": "decimal"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.valueQuantity.unit",
      "max": "1",
      "min": 1,
      "path": "Observation.valueQuantity.unit",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.valueQuantity.system",
      "max": "1",
      "min": 1,
      "path": "Observation.valueQuantity.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "path": "Observation.valueQuantity.code",
      "fixedCode": "/min",
      "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.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"
}