{
  "resourceType": "StructureDefinition",
  "id": "nicePao2",
  "meta": {
    "lastUpdated": "2021-09-23T13:00:41.219+00:00"
  },
  "implicitRules": "https://www.stichting-nice.nl/dd/#233",
  "url": "https://example.org/fhir/StructureDefinition/MyZibLaboratoryTestResultObservation",
  "name": "nicePaO2_mds",
  "status": "draft",
  "date": "2021-09-23T13:02:31.6081902Z",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.component.code",
        "path": "Observation.component.code",
        "mustSupport": true
      },
      {
        "id": "Observation.component.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "fixedUri": "http://loinc.org",
        "mustSupport": true
      },
      {
        "id": "Observation.component.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "fixedCode": "2703-7"
      },
      {
        "id": "Observation.component.value[x]:valueQuantity",
        "path": "Observation.component.valueQuantity",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "minValueQuantity": {
          "value": 20,
          "unit": "mg"
        },
        "maxValueQuantity": {
          "value": 80,
          "unit": "mg"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component.value[x]:valueQuantity.value",
        "path": "Observation.component.valueQuantity.value",
        "minValueDecimal": 20,
        "maxValueDecimal": 80,
        "mustSupport": true
      },
      {
        "id": "Observation.component.value[x]:valueQuantity.unit",
        "path": "Observation.component.valueQuantity.unit",
        "fixedString": "mg",
        "mustSupport": true
      },
      {
        "id": "Observation.component.value[x]:valueQuantity.system",
        "path": "Observation.component.valueQuantity.system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component.value[x]:valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "fixedCode": "mg"
      }
    ]
  }
}