PackagesCanonicalsLogsProblems
    Packages
    niceprofiling.v23q1@0.3.0
    https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-BodyHeight-2022Q1
{
  "description": "The NICE submission requires the height of the patient at ICU admission in centimeters. If the height is unknown, please make an estimate.",
  "_filename": "NICE-BodyHeight.json",
  "package_name": "niceprofiling.v23q1",
  "date": "2021-11-17T09:08:31.0142559+00:00",
  "derivation": "constraint",
  "meta": {
    "lastUpdated": "2022-11-23T13:44:38.4348109+00:00"
  },
  "publisher": "NICE",
  "fhirVersion": "3.0.2",
  "purpose": "A profile derived from the HL7 Vital Signs profile for body height in order to add mappings from the Dutch Health and Care Information models (HCIM; Dutch: Zorginformatiebouwsteen - ZIB) BodyHeight version 3.1, release 2017.",
  "name": "NICE-BodyHeight",
  "mapping": [ {
    "uri": "https://www.stichting-nice.nl/dd/#528",
    "name": "NICE-Datadictionary-MDS",
    "comment": "The Minimal Data Set (MDS)",
    "identity": "NICE-Datadictionary-MDS"
  } ],
  "abstract": false,
  "copyright": "CC0",
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "NICE-BodyHeight",
  "package_version": "0.3.0",
  "status": "active",
  "id": "e65a9fad-2673-4953-a2ab-94226e18e797",
  "kind": "resource",
  "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-BodyHeight-2022Q1",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "mapping": [ {
        "map": "https://www.stichting-nice.nl/dd/#167",
        "comment": "Height",
        "identity": "NICE-Datadictionary-MDS"
      } ]
    }, {
      "id": "Observation.extension",
      "min": 1,
      "path": "Observation.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.extension:Verified",
      "max": "1",
      "min": 1,
      "path": "Observation.extension",
      "type": [ {
        "code": "Extension",
        "profile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1"
      } ],
      "short": "Is the instance validated by a medical professional?",
      "sliceName": "Verified",
      "definition": "Extension that is used to indicate whether the entire instance has been validated.\r\n\r\nEvery instance shall be validated by a hospital member / datamanager. However, this is not always feasible in case of automated submission of NICE data elements. This extensions shall be used to indicate the validation status of the instance."
    }, {
      "id": "Observation.status",
      "path": "Observation.status",
      "short": "Value has to be validated (final)",
      "fixedCode": "final"
    }, {
      "id": "Observation.category.coding.system",
      "path": "Observation.category.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
    }, {
      "id": "Observation.category.coding.code",
      "path": "Observation.category.coding.code",
      "fixedCode": "vital-signs"
    }, {
      "id": "Observation.code.coding:BodyHeightCodeEstimated",
      "max": "1",
      "path": "Observation.code.coding",
      "sliceName": "BodyHeightCodeEstimated"
    }, {
      "id": "Observation.code.coding:BodyHeightCodeEstimated.system",
      "path": "Observation.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Observation.code.coding:BodyHeightCodeEstimated.code",
      "path": "Observation.code.coding.code",
      "fixedCode": "8301-4"
    }, {
      "id": "Observation.subject",
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1"
      } ]
    }, {
      "id": "Observation.context",
      "path": "Observation.context",
      "type": [ {
        "code": "Reference",
        "targetProfile": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Encounter-2022Q1"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.effective[x]:effectiveDateTime",
      "path": "Observation.effectiveDateTime",
      "type": [ {
        "code": "dateTime"
      } ],
      "sliceName": "effectiveDateTime"
    }, {
      "id": "Observation.valueQuantity:valueQuantity",
      "path": "Observation.valueQuantity",
      "sliceName": "valueQuantity",
      "maxValueQuantity": {
        "unit": "cm",
        "value": 230.0,
        "comparator": "<="
      },
      "minValueQuantity": {
        "unit": "cm",
        "value": 40.0,
        "comparator": ">="
      }
    }, {
      "id": "Observation.valueQuantity:valueQuantity.value",
      "path": "Observation.valueQuantity.value",
      "constraint": [ {
        "key": "valueExtremes",
        "human": "Defines the lower bounds and upper bounds of the allowed values for Bodyheight",
        "severity": "error",
        "expression": "Observation.valueQuantity.value >= 40 and Observation.valueQuantity.value <= 230"
      } ],
      "maxValueDecimal": 230.0,
      "minValueDecimal": 40.0
    }, {
      "id": "Observation.valueQuantity:valueQuantity.unit",
      "path": "Observation.valueQuantity.unit",
      "constraint": [ {
        "key": "unit-1",
        "human": "Unit type has to be either cm (centimeters) or m (meters)",
        "severity": "error",
        "expression": "hasValue() | \"cm\" xor \"m\""
      } ]
    }, {
      "id": "Observation.method",
      "path": "Observation.method",
      "short": "Was the height estimated?",
      "definition": "Indicates wether the bodyheight was estimated or measured",
      "mustSupport": true
    }, {
      "id": "Observation.method.coding",
      "max": "1",
      "path": "Observation.method.coding",
      "mustSupport": true
    }, {
      "id": "Observation.method.coding.system",
      "min": 1,
      "path": "Observation.method.coding.system",
      "binding": {
        "strength": "required",
        "description": "Yes/No HL7 table 0136",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/v2/0136"
        }
      },
      "mustSupport": true
    }, {
      "id": "Observation.method.coding.code",
      "min": 1,
      "path": "Observation.method.coding.code",
      "binding": {
        "strength": "required",
        "description": "Yes/No indicator",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/v2-0136"
        }
      },
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "NICE",
    "telecom": [ {
      "value": "vragen@stichting-nice.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight"
}