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

FHIR IG Statistics: StructureDefinition/nxh-careprocedure

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-careprocedure
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhCareProcedure
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhCareProcedure
Statusactive
Date2021-10-21T12:32:14.9085264+00:00
NameNxhCareProcedure
DescriptionNexuzhealth profile for a procedure in the care domain.
TypeProcedure
Kindresource

Resources that use this resource

StructureDefinition
NxhCareObservationNxhCareObservation

Resources that this resource uses

ValueSet
nxh-vs-snomedNxhVSSnomed

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-careprocedure",
  "meta": {
    "lastUpdated": "2024-10-01T10:55:24.3687947+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhCareProcedure",
  "name": "NxhCareProcedure",
  "status": "active",
  "date": "2021-10-21T12:32:14.9085264+00:00",
  "description": "Nexuzhealth profile for a procedure in the care domain.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "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:zorgNr",
        "path": "Procedure.identifier",
        "sliceName": "zorgNr",
        "short": "zorgNr",
        "definition": "The zorgNr identifier of the procedure.\r\n\r\nZorgNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.identifier:zorgNr.system",
        "path": "Procedure.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/magnum/zorg/zorgNr"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-care-observation-code"
        }
      },
      {
        "id": "Procedure.location",
        "path": "Procedure.location",
        "min": 1
      },
      {
        "id": "Procedure.bodySite",
        "path": "Procedure.bodySite",
        "binding": {
          "strength": "example",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-snomed"
        }
      },
      {
        "id": "Procedure.usedCode",
        "path": "Procedure.usedCode",
        "binding": {
          "strength": "example",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-snomed"
        }
      }
    ]
  }
}