TKB Clinical Process Activity Actions
0.1.0 - ci-build
Sweden
TKB Clinical Process Activity Actions - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
This content is an example of the Get Activities Response Logical Model and is not a FHIR Resource
{
"resourceType": "http://electronichealth.se/fhir/ig/ig-tkb-clinicalprocess-activity-actions/StructureDefinition/GetActivitiesResponse",
"result": {
"resultCode": "OK",
"message": "1 activity returned"
},
"activity": [
{
"header": {
"activityId": "A-202402010001",
"sourceSystemHSAId": "SE2321000016-ABC123",
"activityTime": "20240201103045",
"patientId": {
"id": "197001011234",
"type": "1.2.752.129.2.1.3.1"
}
},
"body": {
"actionCode": "ADMISSION",
"actionText": "Patient admitted to ward",
"performerHSAId": "SE2321000016-DEF456",
"careUnitHSAId": "SE2321000016-GHI789"
}
}
],
"hasMore": false
}