PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.nl-vzvz-core@0.3.4
    http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device
{
  "description": "Device profile as used in AORTA and outside the AORTA infra",
  "_filename": "nl-vzvz-Device.json",
  "package_name": "vzvz.fhir.nl-vzvz-core",
  "date": null,
  "derivation": "constraint",
  "publisher": "VZVZ",
  "fhirVersion": "4.3.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "NL",
      "system": "urn:iso:std:iso:3166",
      "display": "Netherlands"
    } ]
  } ],
  "name": "NLVZVZDevice",
  "abstract": false,
  "copyright": "VZVZ",
  "type": "Device",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.3.4",
  "status": "draft",
  "language": "nl-NL",
  "id": "90742f4a-4e2f-47b6-b6c9-7e4ec31f5f84",
  "kind": "resource",
  "url": "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device",
  "version": "0.10.1",
  "differential": {
    "element": [ {
      "id": "Device.identifier",
      "max": "1",
      "min": 1,
      "path": "Device.identifier",
      "comment": "If this identifier defines a Device the AORTA infrastructure the identifier represents the applicationid,\n  notherwise the identifier conforms to the system/value defined by the relevant infrastructure",
      "example": [ {
        "label": "AORTA application ID",
        "valueIdentifier": {
          "value": "12345678",
          "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id"
        }
      }, {
        "label": "OID based identifier of a non-AORTA device",
        "valueIdentifier": {
          "value": "urn:oid:2.16.840.1.113883.1.2.3.45678",
          "system": "urn:ietf:rfc:3986"
        }
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Business identifier of the Device"
    }, {
      "constraint": [ {
        "key": "aai-01",
        "human": "OID root should be separated from extension for AORTA app-id",
        "source": "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device",
        "severity": "error",
        "expression": "iif($this.system.contains('http://fhir.nl/fhir/NamingSystem/aorta-app-id') or \n$this.system.contains('2.16.840.1.113883.2.4.6.6') or\n$this.system.contains('2.16.840.1.113883.2.4.3.111.3.16'), \n$this.value.contains('2.16.840.1.113883.2.4.6.6').not() and\n$this.value.contains('2.16.840.1.113883.2.4.3.111.3.16').not()\n,true)"
      } ],
      "path": "Device.identifier",
      "min": 0,
      "definition": "This identifier identifies the Device in the AORTA infrastructure",
      "short": "applicationID",
      "sliceName": "aorta-app-id",
      "max": "1",
      "id": "Device.identifier:aorta-app-id",
      "comment": "Use this slice to identify a device with its AORTA application-ID.\n  Note: the system element can contain either an OID root or a FHIR NamingSystem.\n\n  If the OID variant is uses the system element MUST contain the OID root and the value element MUST contain the OID extension, aka the AORTA application-ID.",
      "example": [ {
        "label": "App-ID with FHIR NamingSystem",
        "valueIdentifier": {
          "value": "12345678",
          "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id"
        }
      }, {
        "label": "App-ID with OID root",
        "valueIdentifier": {
          "value": "12345678",
          "system": "urn:oid:2.16.840.1.113883.2.4.6.6"
        }
      } ]
    }, {
      "id": "Device.identifier:aorta-app-id.system",
      "path": "Device.identifier.system",
      "binding": {
        "strength": "required",
        "valueSet": "http://vzvz.nl/fhir/ValueSet/aorta-device"
      }
    }, {
      "id": "Device.deviceName",
      "max": "0",
      "path": "Device.deviceName",
      "definition": "The deviceName is not used because the ValueSet of the deviceName.type is experimental and this profile should not be considered\nexperimental."
    }, {
      "id": "Device.owner",
      "path": "Device.owner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization" ]
      } ],
      "constraint": [ {
        "key": "only-ura-01",
        "human": "System must be the canonical URL or OID defined in NamingSystem ura",
        "source": "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device",
        "severity": "error",
        "expression": "identifier.system = 'http://fhir.nl/fhir/NamingSystem/ura' or identifier.system = 'urn:oid:2.16.528.1.1007.3.3'"
      } ]
    } ]
  },
  "contact": [ {
    "name": "VZVZ",
    "telecom": [ {
      "use": "work",
      "value": "standaardisatie@vzvz.nl",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device"
}