KjDeviceUseStatement profile

The KjDeviceUseStatement profile is used in the KjDevice profile to specify the type of (mechanical) device the patient has as implant.

Profile elements

https://simplifier.net/kjernejournalr4/kjdeviceusestatement

Element Description Comment
id Record id id + meta.versionId is the unique identifier
meta.versionId Record version id
status active | completed | entered-in-error
subject Patient using the device
recordedOn When statement was recorded
source Who made the statement Use contained reference
device Reference to device used
note Additional details (comments, instructions)
extension.sourceOfInformtion Source of information
extension.updater Who changed this version of the resource Use contained reference
extension.updatedDateTime When this version of the resource was changed
extension.validUntil Optional valid until date
extension.implanted When (date/age) the device was implanted

Example

DeviceUseStatement

{
  "resourceType": "DeviceUseStatement",
  "id": "178a5718-77c5-44d5-b69b-f253015adf68",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-03-14T12:21:53.852+01:00",
    "profile": [ "http://nhn.no/kj/fhir/StructureDefinition/KjDeviceUseStatement" ]
  },
  "contained": [ {
    "resourceType": "PractitionerRole",
    "id": "recorderRef",
    "practitioner": {
      "identifier": {
        "system": "urn:oid:2.16.578.1.12.4.1.4.4",
        "value": "222200063"
      },
      "display": "Fos Perez, Jack"
    },
    "organization": {
      "identifier": {
        "system": "urn:oid:2.16.578.1.12.4.1.2.101",
        "value": "100100223"
      },
      "display": "Andeby Legevakt"
    },
    "code": [ {
      "coding": [ {
        "system": "http://nhn.no/kj/fhir/CodeSystem/CategoriesOfHealthProfessionals",
        "code": "LE",
        "display": "Lege"
      } ]
    } ]
  }, {
    "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"
    } ]
  } ],
  "extension": [ {
    "url": "http://nhn.no/kj/fhir/StructureDefinition/KjValidUntil",
    "valueDateTime": "2021-03-24T00:00:00+01:00"
  }, {
    "url": "http://nhn.no/kj/fhir/StructureDefinition/KjImplanted",
    "valueDateTime": "2017-02-02T00:00:00+01:00"
  }, {
    "url": "http://nhn.no/kj/fhir/StructureDefinition/KjSourceOfInformation",
    "valueCoding": {
      "system": "http://nhn.no/kj/fhir/CodeSystem/SourceOfInformation",
      "code": "7",
      "display": "Opplyst av ansvarlig behandler"
    }
  } ],
  "status": "active",
  "subject": {
    "reference": "Patient/13116900216"
  },
  "recordedOn": "2021-03-14T12:21:53+01:00",
  "source": {
    "reference": "#recorderRef"
  },
  "device": {
    "reference": "#deviceRef"
  },
  "note": [ {
    "text": "Ved akutte spørsmål kan Hjerteklinikken ved OUS - Ullevål sykehus kontaktes på telefon 26 99 99 99."
  } ]
}