This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions
This profile sets minimum expectations for the Device resource to record, search and fetch UDI information associated with a patient. It identifies which core elements, extensions, vocabularies and value sets SHALL be present in the resource when using this profile.
Example Usage Scenarios:
The following are example usage scenarios for the Argonaut Device profile:
The following data-elements are mandatory (i.e data MUST be present). These are presented below in a simple human-readable explanation. Profile specific guidance and examples are provided as well. The Formal Profile Definition below provides the formal summary, definitions, and terminology requirements.
Each Device must have:
Profile specific implementation guidance:
The official URL for this profile is:
http://fhir.org/guides/argonaut/StructureDefinition/argo-device
This profile builds on Device.
This profile was published on Tue Oct 18 00:00:00 AEDT 2016 as a draft by Argonaut Project.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Device.type
which has an extensible binding to:
Device.udicarrier
Device.patient
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Device | 0..* | Argonaut Device Profile | ||
type | S | 1..1 | CodeableConcept | Binding: Argonaut Device Types (extensible) |
udi | S | 1..1 | string | |
patient | S | 1..1 | Reference(Argonaut Patient Profile) | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Device | 0..* | Argonaut Device Profile | ||
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: IETF BCP-47 (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | 0..* | Identifier | Instance id from manufacturer, owner, and others | |
type | S | 1..1 | CodeableConcept | What kind of device this is Binding: Argonaut Device Types (extensible) |
note | 0..* | Annotation | Device notes and comments | |
status | ?!Σ | 0..1 | code | available | not-available | entered-in-error Binding: DeviceStatus (required) |
manufacturer | 0..1 | string | Name of device manufacturer | |
model | 0..1 | string | Model id assigned by the manufacturer | |
version | 0..1 | string | Version number (i.e. software) | |
manufactureDate | 0..1 | dateTime | Manufacture date | |
expiry | 0..1 | dateTime | Date and time of expiry of this device (if applicable) | |
udi | S | 1..1 | string | FDA mandated Unique Device Identifier |
lotNumber | 0..1 | string | Lot number of manufacture | |
owner | 0..1 | Reference(Organization) | Organization responsible for device | |
location | 0..1 | Reference(Location) | Where the resource is found | |
patient | S | 1..1 | Reference(Argonaut Patient Profile) | If the resource is affixed to a person |
contact | 0..* | ContactPoint | Details for human/organization for support | |
url | 0..1 | uri | Network address to contact device | |
Documentation for this format |
Device.type
which has an extensible binding to:
Device.udicarrier
Device.patient
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Device | 0..* | Argonaut Device Profile | ||
type | S | 1..1 | CodeableConcept | Binding: Argonaut Device Types (extensible) |
udi | S | 1..1 | string | |
patient | S | 1..1 | Reference(Argonaut Patient Profile) | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Device | 0..* | Argonaut Device Profile | ||
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: IETF BCP-47 (required) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | 0..* | Identifier | Instance id from manufacturer, owner, and others | |
type | S | 1..1 | CodeableConcept | What kind of device this is Binding: Argonaut Device Types (extensible) |
note | 0..* | Annotation | Device notes and comments | |
status | ?!Σ | 0..1 | code | available | not-available | entered-in-error Binding: DeviceStatus (required) |
manufacturer | 0..1 | string | Name of device manufacturer | |
model | 0..1 | string | Model id assigned by the manufacturer | |
version | 0..1 | string | Version number (i.e. software) | |
manufactureDate | 0..1 | dateTime | Manufacture date | |
expiry | 0..1 | dateTime | Date and time of expiry of this device (if applicable) | |
udi | S | 1..1 | string | FDA mandated Unique Device Identifier |
lotNumber | 0..1 | string | Lot number of manufacture | |
owner | 0..1 | Reference(Organization) | Organization responsible for device | |
location | 0..1 | Reference(Location) | Where the resource is found | |
patient | S | 1..1 | Reference(Argonaut Patient Profile) | If the resource is affixed to a person |
contact | 0..* | ContactPoint | Details for human/organization for support | |
url | 0..1 | uri | Network address to contact device | |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON, CSV), Schema: XML Schematron
Below is an overview of the required search and read operations for this profile. See the Conformance requirements for the Argonaut Data Query implementation guide server for a complete list of supported RESTful operations and search parameters for this IG.
GET /Device?patient=[id]
Example:
GET http://fhir2.healthintersections.com.au/open/Device/argo-udi-1
Support: Mandatory to support search by patient.
Implementation Notes: Search for all implantable device UDIs for a patient. Fetches a bundle of all Device resources for the specified patient (how to search by reference).
Response Class: