PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.1.3
    http://nictiz.nl/fhir/StructureDefinition/bodyweight
{
  "description": "FHIR Body Weight Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More information can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.",
  "_filename": "vitalsigns-bodyweight.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2017",
  "date": null,
  "derivation": "constraint",
  "publisher": "Nictiz",
  "fhirVersion": "3.0.1",
  "name": "Vital Signs BodyWeight",
  "abstract": false,
  "copyright": "CC0",
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "VitalSigns BodyWeight",
  "package_version": "1.1.3",
  "status": "active",
  "id": "bd83852f-081c-4260-9027-2b5665aea825",
  "kind": "resource",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bodyweight",
  "version": "2.0.1",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "alias": [ "FHIR Lichaamsgewicht-profiel" ],
      "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": [ "Lichaamsgewicht" ],
      "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"
        } ]
      }
    }, {
      "id": "Observation.code.coding:bodyWeightCode",
      "path": "Observation.code.coding",
      "sliceName": "bodyWeightCode"
    }, {
      "id": "Observation.code.coding:bodyWeightCode.system",
      "path": "Observation.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:bodyWeightCode.code",
      "path": "Observation.code.coding.code",
      "fixedCode": "29463-7"
    }, {
      "id": "Observation.valueQuantity:valueQuantity.code",
      "path": "Observation.valueQuantity.code",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodyWeightUnits"
        } ],
        "description": "Common UCUM units for Body Weight",
        "valueSetReference": {
          "display": "Body Weight Units",
          "reference": "http://hl7.org/fhir/ValueSet/ucum-bodyweight"
        }
      }
    } ]
  },
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns"
}