KjDevice profile
The KjDevice profile is used in the KjDeviceUseStatement profile to specify the type of device the pasient has as implant.
Profile elements
https://simplifier.net/kjernejournalr4/kjdevice
Element | Description | Comment | |
---|---|---|---|
id | Record id | id + meta.versionId is the unique identifier | |
meta.versionId | Record version id | ||
type.coding | The kind or type of device | ||
type.coding.code | Code for implants and other foreign bodies | ||
note | Note | _ |
Example
Device
{
"resourceType": "Device",
"id": "deviceRef",
"status": "active",
"type": {
"coding": [ {
"system": "http://nhn.no/kj/fhir/CodeSystem/ImplantsAndOtherForeignBodies",
"code": "9",
"display": "Pacemaker"
} ]
},
"note": [ {
"text": "Medtronic Pacemaker modell Adapta - ADDRS2"
} ]
} ]
}