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

FHIR IG Statistics: StructureDefinition/nxhmaterialdevice

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxhmaterialdevice
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMaterialDevice
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMaterialDevice
Statusactive
NameNxhMaterialDevice
TypeDevice
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-encounterNxhExtEncounter
ValueSet
nxh-vs-device-propertyNxhVSDeviceProperty

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxhmaterialdevice",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMaterialDevice",
  "name": "NxhMaterialDevice",
  "status": "active",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.extension:nxhExtEncounter",
        "path": "Device.extension",
        "sliceName": "nxhExtEncounter",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-encounter"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Device.identifier:materiaalId",
        "path": "Device.identifier",
        "sliceName": "materiaalId",
        "definition": "Unique instance identifiers assigned to a device by manufacturers other organizations or owners"
      },
      {
        "id": "Device.identifier:materiaalId.use",
        "path": "Device.identifier.use",
        "fixedCode": "usual"
      },
      {
        "id": "Device.property.type",
        "path": "Device.property.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-device-property"
        }
      }
    ]
  }
}