FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/nxh-separation-procedure

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-separation-procedure
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSeparationProcedure
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSeparationProcedure
Statusactive
Date2023-09-28T13:42:34.3801192+00:00
NameNxhSeparationProcedure
DescriptionNexuzhealth profile for a separation procedure.
TypeProcedure
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-hospitalCodeNxhExtHospitalCode
nxh-ext-separationCareObservationNxhExtSeparationCareObservation
nxh-ext-supervisionCareObservationNxhExtSupervisionCareObservation
nxh-ext-locationNxhExtLocation
ValueSet
nxh-vs-arts-supervisorNxhVSArtsSupervisor

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-separation-procedure",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSeparationProcedure",
  "name": "NxhSeparationProcedure",
  "status": "active",
  "date": "2023-09-28T13:42:34.3801192+00:00",
  "description": "Nexuzhealth profile for a separation 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",
        "min": 2
      },
      {
        "id": "Procedure.extension:separationCareObservation",
        "path": "Procedure.extension",
        "sliceName": "separationCareObservation",
        "short": "separation care observation",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-separationCareObservation"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.extension:separationCareObservation.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:supervisionCareObservation",
        "path": "Procedure.extension",
        "sliceName": "supervisionCareObservation",
        "short": "supervision  care observation",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-supervisionCareObservation"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.extension:supervisionCareObservation.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:supervisionCareObservation.value[x].reference",
        "path": "Procedure.extension.value[x].reference",
        "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources"
      },
      {
        "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:location",
        "path": "Procedure.extension",
        "sliceName": "location",
        "definition": "A reference to a location resource related tot the questionnaire.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-location"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.extension:location.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.identifier",
        "path": "Procedure.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Procedure.identifier:volgNr",
        "path": "Procedure.identifier",
        "sliceName": "volgNr",
        "short": "volgNr",
        "definition": "The volgNr identifier of the procedure.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.identifier:volgNr.system",
        "path": "Procedure.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afzondering/volgNr"
      },
      {
        "id": "Procedure.category",
        "path": "Procedure.category",
        "min": 1
      },
      {
        "id": "Procedure.category.coding.system",
        "path": "Procedure.category.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Procedure.category.coding.code",
        "path": "Procedure.category.coding.code",
        "fixedCode": "24642003"
      },
      {
        "id": "Procedure.category.coding.display",
        "path": "Procedure.category.coding.display",
        "fixedString": "Psychiatry procedure or service"
      },
      {
        "id": "Procedure.performer.function",
        "path": "Procedure.performer.function",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-arts-supervisor"
        }
      },
      {
        "id": "Procedure.performer.function.coding.system",
        "path": "Procedure.performer.function.coding.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/bifrost/afzonderingActie/arts-supervisor"
      }
    ]
  }
}