PackagesCanonicalsLogsProblems
    Packages
    fhir.ieb.core@0.1.1
    http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-bodyweight-ieb
{
  "description": "FHIR Body Weight Profile",
  "_filename": "Observation-bodyweight-ieb.json",
  "package_name": "fhir.ieb.core",
  "date": "2021-05-21",
  "derivation": "constraint",
  "meta": {
    "source": "#i84tQR0AiXYOpHJE",
    "versionId": "4",
    "lastUpdated": "2021-05-21T19:47:45.558+00:00"
  },
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "fhirVersion": "4.0.1",
  "name": "ObservationBodyWeightIEB",
  "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 Body Weight (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`= **'29463-7'**\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 = **'kg', 'g', or '[lb_av]'**"
  } ],
  "status": "active",
  "id": "0f011c91-83ff-49ba-946b-24a62e7f3f2c",
  "kind": "resource",
  "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-bodyweight-ieb",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "max": "*",
      "min": 0,
      "path": "Observation",
      "short": "FHIR Body Weight Profile",
      "definition": "This profile defines  how to represent body weight observations in FHIR using a standard LOINC code and UCUM units of measure."
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "alias": [ "Test", "Name" ],
      "short": "Body Weight",
      "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": "Body Weight."
    }, {
      "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:BodyWeightCode",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding",
      "sliceName": "BodyWeightCode"
    }, {
      "id": "Observation.code.coding:BodyWeightCode.system",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.system",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:BodyWeightCode.code",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding.code",
      "type": [ {
        "code": "code"
      } ],
      "fixedCode": "29463-7"
    }, {
      "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",
      "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,
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodyWeightUnits"
        } ],
        "description": "Common UCUM units for Body Weight."
      },
      "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"
}