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

FHIR IG Statistics: StructureDefinition/nxh-procedure

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-procedure
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhProcedure
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhProcedure
Statusactive
NameNxhProcedure
DescriptionNexuzhealth profile for a procedure in the problem domain
TypeProcedure
Kindresource

Resources that use this resource

StructureDefinition
NxhMocProcedureNxhMocProcedure

Resources that this resource uses

StructureDefinition
be-ext-lateralityBeExtLaterality
ValueSet
nxh-vs-snomedNxhVSSnomed
nxh-vs-body-sitesNxhVSBodySites
nxh-vs-procedure-codesNxhVSProcedureCodes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-procedure",
  "meta": {
    "lastUpdated": "2024-09-04T06:45:21.027037+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhProcedure",
  "name": "NxhProcedure",
  "status": "active",
  "description": "Nexuzhealth profile for a procedure in the problem domain",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.identifier",
        "path": "Procedure.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Procedure.identifier:jpNr",
        "path": "Procedure.identifier",
        "sliceName": "jpNr",
        "definition": "The jpNr identifier of the condition.\r\n\r\nJpNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.identifier:jpNr.system",
        "path": "Procedure.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/probleemJournaal/jpNr"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-procedure-codes"
        }
      },
      {
        "id": "Procedure.bodySite",
        "path": "Procedure.bodySite",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-body-sites"
        }
      },
      {
        "id": "Procedure.bodySite.extension:beExtLaterality",
        "path": "Procedure.bodySite.extension",
        "sliceName": "beExtLaterality",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-laterality"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Procedure.usedCode",
        "path": "Procedure.usedCode",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-snomed"
        }
      }
    ]
  }
}