Social Care Interoperability Platform FHIR Implementation Guide
Version: 0.1.0, Status: draft
Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "FHIR-Transfer-Out-Parameters",
"parameter" : [
{
"name" : "operationOutcome",
"resource" : {
"resourceType" : "OperationOutcome",
"id" : "test",
"issue" : [
{
"severity" : "information",
"code" : "success",
"diagnostics" : "All good"
}
]
}
},
{
"name" : "requestorTrackingId",
"valueString" : "AND-20260203"
},
{
"name" : "fulfillerTrackingId",
"valueString" : "TEST-001"
},
{
"name" : "subject",
"valueReference" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "9449304424"
},
"display" : "Comfort Aindow"
}
},
{
"name" : "fulfiller",
"valueReference" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "A300041"
},
"display" : "Harmony Care"
}
},
{
"name" : "requestor",
"valueReference" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "A300040"
},
"display" : "Rosebridge Residential Care"
}
},
{
"name" : "requestedBy",
"valueReference" : {
"identifier" : {
"system" : "https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id",
"value" : "RB300040"
},
"display" : "Miss. Sophie Hall"
}
},
{
"name" : "fulfilledBy",
"valueReference" : {
"identifier" : {
"system" : "https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id",
"value" : "HC500040"
},
"display" : "Mr. Daniel Price "
}
},
{
"name" : "targetCompletion",
"valueDate" : "2026-02-03"
},
{
"name" : "status",
"valueCode" : "in-progress"
},
{
"name" : "statusLastUpdated",
"valueDateTime" : "2026-02-03T09:30:00Z"
},
{
"name" : "note",
"part" : [
{
"name" : "text",
"valueString" : "Hi Dan, transfer data request as discussed this morning. If there is any further info required then please let me know. Cheers, Soph."
},
{
"name" : "date",
"valueDateTime" : "2026-02-03T09:30:00Z"
}
]
},
{
"name" : "note",
"part" : [
{
"name" : "date",
"valueDateTime" : "2026-02-03T10:28:00Z"
},
{
"name" : "text",
"valueString" : "We are on it"
}
]
}
]
}