KjConditionTransplantsAndOtherForeignBodies profile
The KjConditionTransplantsAndOtherForeignBodies profile is used for registration of transplants and other foreign objects in the body the patient has.
Profile elements
https://simplifier.net/kjernejournalr4/kjconditiontransplantsandotherforeignbodies
Element | Description | Comment |
---|---|---|
id | Record id | id + meta.versionId is the unique identifier |
meta.versionId | Record version id |
|
clinicalStatus | active | inactive |
|
verificationStatus | confirmed | refuted | entered-in-error |
|
category | Type of critical information |
|
category.coding | Category coding for transplants and other foreign bodies |
|
code | Identification of the condition, problem or diagnosis |
|
code.coding | Coding for transplants and other foreign bodies |
|
code.text | Text if no proper code is found |
|
subject | Who has the condition |
|
onset | Estimated or actual date, date-time, or age |
|
recordedDate | Date record was first recorded |
|
recorder | Who recorded this condition first | |
note | Note |
|
extension.sourceOfInformtion | Source of information |
|
extension.updater | Who changed this version of the resource | |
extension.updatedDateTime | When this version of the resource was changed |
|
extension.validUntil | Optional valid until date |
|
Example
{
"resourceType": "Condition",
"id": "95cad581-7509-4401-bbfe-f1aecddf737f",
"meta": {
"versionId": "1",
"lastUpdated": "2021-03-14T12:35:32.321+01:00",
"profile": [ "http://nhn.no/kj/fhir/StructureDefinition/KjConditionTransplantsAndOtherForeignBodies" ]
},
"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/KjSourceOfInformation",
"valueCoding": {
"system": "http://nhn.no/kj/fhir/CodeSystem/SourceOfInformation",
"code": "2",
"display": "Observert av behandlende lege"
}
} ],
"clinicalStatus": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
} ]
},
"verificationStatus": {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
} ]
},
"category": [ {
"coding": [ {
"system": "http://nhn.no/kj/fhir/CodeSystem/SubcategoriesOfCriticalInformation",
"code": "7",
"display": "Implantat"
} ]
} ],
"code": {
"coding": [ {
"system": "http://nhn.no/kj/fhir/CodeSystem/ImplantsAndOtherForeignBodies",
"code": "21",
"display": "Transplantert hjerte"
} ],
"text": "Hjerte"
},
"subject": {
"reference": "Patient/13116900216"
},
"onsetAge": {
"value": 6,
"system": "http://unitsofmeasure.org",
"code": "a"
},
"recordedDate": "2021-03-14T12:35:32+01:00",
"recorder": {
"reference": "#recorderRef"
},
"note": [ {
"text": "Venstre klaff lukker ikke helt"
} ]
}
© Norsk helsenett - kjernejournal