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

FHIR IG Statistics: StructureDefinition/Device

Packagehie2.packages
Resource TypeStructureDefinition
IdDevice
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hie2.packages@1.0.1&canonical=http://fhir.hie.moh.gov.my/StructureDefinition/Device-my-core
URLhttp://fhir.hie.moh.gov.my/StructureDefinition/Device-my-core
Version1.0.0
Statusactive
Date2022-03-16T15:02:21.1440929Z
NameDeviceMyCore
TitleDevice (MY Core)
DescriptionA type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.
PurposeA type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.
TypeDevice
Kindresource

Resources that use this resource

StructureDefinition
Device-my-coreDevice (MY Core)
Group-my-coreGroup (MY Core)

Resources that this resource uses

StructureDefinition
Location-my-coreLocation (MY Core)
Organization-my-coreOrganization (MY Core)
Patient-my-corePatient (MY Core)
Device-my-coreDevice (MY Core)

Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Device S0..*DeviceItem used in healthcare
... type S0..1(Slice Definition)Type of device. Preferably valued by using SNOMED CT. The absence of information, or of devices relevant for purpose of this IPS, shall be explicitly stated by using the codes included in the absent-or-unknown-devices-my-core value set.
Slice: Unordered, Open by pattern:$this
Binding: Medical Devices - IPS (preferred)
.... type:absentOrUnknownDevice S0..1CodeableConceptIPSConcept - reference to a terminology or just text
Binding: Absent or Unknown Devices - IPS (required)
... patient S1..1Reference(Patient (MY Core))Patient to whom Device is affixed
.... reference S1..1stringLiteral reference, Relative, internal or absolute URL

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Device",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2022-03-16T15:03:32.82+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Device-my-core",
  "version": "1.0.0",
  "name": "DeviceMyCore",
  "title": "Device (MY Core)",
  "status": "active",
  "experimental": false,
  "date": "2022-03-16T15:02:21.1440929Z",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "description": "A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.",
  "purpose": "A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "udi",
      "uri": "http://fda.gov/UDI",
      "name": "UDI Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device",
        "path": "Device",
        "comment": "This profile applies the rules defined by HL7 International for representing the UDI in the FHIR standard, by the document \"Medical Devices and Unique Device Identification (UDI) Pattern, Release 1\"",
        "mustSupport": true
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.definition",
        "path": "Device.definition",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Device-my-core"
            ]
          }
        ]
      },
      {
        "id": "Device.udiCarrier",
        "path": "Device.udiCarrier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.status",
        "path": "Device.status",
        "min": 1
      },
      {
        "id": "Device.statusReason",
        "path": "Device.statusReason",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.manufacturer",
        "path": "Device.manufacturer",
        "mustSupport": true
      },
      {
        "id": "Device.manufactureDate",
        "path": "Device.manufactureDate",
        "mustSupport": true
      },
      {
        "id": "Device.lotNumber",
        "path": "Device.lotNumber",
        "mustSupport": true
      },
      {
        "id": "Device.serialNumber",
        "path": "Device.serialNumber",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "mustSupport": true
      },
      {
        "id": "Device.modelNumber",
        "path": "Device.modelNumber",
        "mustSupport": true
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "short": "Type of device.\r\nPreferably valued by using SNOMED CT.\r\nThe absence of information, or of devices relevant for purpose of this IPS, shall be explicitly stated by using the codes included in the absent-or-unknown-devices-my-core value set.",
        "binding": {
          "strength": "preferred",
          "description": "The type of device",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/medical-devices-my-core"
        }
      },
      {
        "id": "Device.version",
        "path": "Device.version",
        "mustSupport": true
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Patient-my-core"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.patient.reference",
        "path": "Device.patient.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Organization-my-core"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.contact",
        "path": "Device.contact",
        "mustSupport": true
      },
      {
        "id": "Device.location",
        "path": "Device.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Location-my-core"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.parent",
        "path": "Device.parent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/Device-my-core"
            ]
          }
        ]
      }
    ]
  }
}