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

: null - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "FHIR-Transfer-In-Parameters",
  "meta" : {
    "profile" : [
      🔗 "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-DSCRTransferParametersIn-1"
    ],
    "tag" : [
      {
        "system" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-FhirStructureMapCatalog-1",
        "code" : "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureMap/TransferParameters-Transfer"
      }
    ]
  },
  "parameter" : [
    {
      "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" : "requested"
    },
    {
      "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" : "text",
          "valueString" : "We are on it"
        },
        {
          "name" : "date",
          "valueDateTime" : "2026-02-03T10:30:00Z"
        }
      ]
    }
  ]
}