KjConsent profile
The KjConsent profile is for registration of the consent the patient has given regarding treatment.
Profile elements
https://simplifier.net/kjernejournalr4/kjconsent
Element | Description | Comment |
---|---|---|
id | Record id | id + meta.versionId is the unique identifier |
meta.versionId | Version id |
|
status | active | inactive | entered-in-error |
|
scope.coding | Which area this resource covers adr - Actions to be taken if they are no longer able to make decisions for themselves |
|
category.coding | A code for the consent |
|
patient | Who the consent applies to |
|
dateTime | When this Consent was issued / created |
|
performer | Who recorded this consent first | |
policyRule.coding | Consent policy code |
|
extension.updater | Who changed this version of the resource | |
extension.updatedDateTime | When this version of the resource was changed |
|
extension.validUntil | Required valid until date |
|
extension.note | Note |
|
Example
{
"resourceType": "Consent",
"id": "88645021-fed8-4811-bbe2-9badda667ba3",
"meta": {
"versionId": "1",
"lastUpdated": "2021-03-14T12:18:32.078+01:00",
"profile": [ "http://nhn.no/kj/fhir/StructureDefinition/KjConsent" ]
},
"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"
} ]
} ]
} ],
"extension": [ {
"url": "http://nhn.no/kj/fhir/StructureDefinition/KjValidUntil",
"valueDateTime": "2021-03-30T00:00:00+02:00"
}, {
"url": "http://nhn.no/kj/fhir/StructureDefinition/KjText",
"valueString": "Pasient har kreft med full spredning"
} ],
"status": "active",
"scope": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "adr",
"display": "Advanced Care Directive"
} ]
},
"category": [ {
"coding": [ {
"system": "http://nhn.no/kj/fhir/CodeSystem/SubcategoriesOfCriticalInformation",
"code": "8",
"display": "Avgrensning av livsforlengende behandling"
} ]
} ],
"patient": {
"reference": "Patient/13116900216"
},
"dateTime": "2021-03-14T12:18:32+01:00",
"performer": [ {
"reference": "#recorderRef"
} ],
"policyRule": {
"coding": [ {
"system": "http://nhn.no/kj/fhir/CodeSystem/ConsentPolicies",
"code": "1",
"display": "Avgrensning av livsforlengende behandling"
} ]
}
}
© Norsk helsenett - kjernejournal