KjDevice profile
The KjDevice profile is used as a contained reference in the KjDeviceUseStatement profile to specify the type of (mechanical) device the patient has implanted, e.g. 'Pacemaker'.
Profile elements
Note that for all FHIR elements which has coding, e.g. type.coding, we prefer coding.display to always be set for completeness sake as well as coding.code and coding.system.
https://simplifier.net/kjernejournalr4/kjdevice
Element | Norwegian Text | Description | Comment |
---|---|---|---|
id | Record id. | id + meta.versionId is the unique identifier | |
meta.versionId | Record version id. | ||
type.coding.code | Implantat | Clinical code for implants and other foreign bodies. | |
note | Kommentar | 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"
} ]
} ]
}