{
  "resourceType": "StructureDefinition",
  "id": "abcbd4bf-d969-452f-97c9-3be33b779562",
  "meta": {
    "lastUpdated": "2021-09-23T11:52:23.711+00:00"
  },
  "url": "https://nice.org/fhir/StructureDefinition/Test",
  "name": "Test-nice",
  "status": "draft",
  "date": "2021-09-23T11:31:57.1217537Z",
  "description": "Test profile",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.value[x]:valueQuantity",
        "path": "Observation.valueQuantity",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "minValueQuantity": {
          "value": 0,
          "unit": "kg"
        },
        "maxValueQuantity": {
          "value": 500,
          "unit": "kg"
        },
        "mustSupport": true,
        "mapping": [
          {
            "identity": "NICEmapping",
            "map": "2000000"
          }
        ]
      },
      {
        "id": "Observation.value[x]:valueQuantity.unit",
        "path": "Observation.valueQuantity.unit",
        "short": "Kilograms",
        "definition": "The weight in kilograms",
        "fixedString": "kg"
      }
    ]
  }
}