{
  "resourceType": "StructureDefinition",
  "id": "nxh-or-procedure",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhORProcedure",
  "name": "NxhORProcedure",
  "status": "active",
  "date": "2023-05-02T12:36:44.4856396+00:00",
  "description": "Nexuzhealth profile for an OR procedure.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.extension",
        "path": "Procedure.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Procedure.extension:hospitalCode",
        "path": "Procedure.extension",
        "sliceName": "hospitalCode",
        "short": "Hospital code",
        "definition": "A reference to a hospital (an organization) the resource is related to",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.extension:hospitalCode.value[x]",
        "path": "Procedure.extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)"
      },
      {
        "id": "Procedure.extension:encounter",
        "path": "Procedure.extension",
        "sliceName": "encounter",
        "short": "encounter",
        "definition": "A reference to an encounter.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-encounter"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.identifier",
        "path": "Procedure.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Procedure.identifier:okFicheId",
        "path": "Procedure.identifier",
        "sliceName": "okFicheId",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.identifier:okFicheId.system",
        "path": "Procedure.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/okFiche/okFicheId"
      },
      {
        "id": "Procedure.performer.function",
        "path": "Procedure.performer.function",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-type-uitvoerder"
        }
      }
    ]
  }
}