{
  "resourceType": "StructureDefinition",
  "id": "recare-weight",
  "url": "http://fhir.recaresolutions.com/StructureDefinition/recare-weight",
  "version": "0.1.0",
  "name": "RecareWeight",
  "title": "Recare Weight",
  "status": "active",
  "experimental": false,
  "publisher": "Recare Deutschland GmbH",
  "description": "Weight observation as emitted in Recare search bundles (ISiK Koerpergewicht).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://gematik.de/fhir/isik/v3/VitalparameterUndKoerpermasze/StructureDefinition/ISiKKoerpergewicht",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "min": 1
      },
      {
        "id": "Observation.extension",
        "path": "Observation.extension",
        "min": 1
      },
      {
        "id": "Observation.extension:weightRange",
        "path": "Observation.extension",
        "sliceName": "weightRange",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.recaresolutions.com/StructureDefinition/recare-weight-range"
            ]
          }
        ]
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "fixedCode": "final"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category"
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "min": 1
      },
      {
        "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",
        "patternCode": "vital-signs"
      },
      {
        "id": "Observation.code.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "fixedCoding": {
          "code": "29463-7",
          "system": "http://loinc.org"
        }
      },
      {
        "id": "Observation.value[x]:valueQuantity",
        "path": "Observation.value[x]",
        "sliceName": "valueQuantity",
        "max": "0",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}