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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FHIR-Transfer-Out-Parameters"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "operationOutcome" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:OperationOutcome ;
fhir:id [ fhir:v "test" ] ;
      ( fhir:issue [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "success" ] ;
fhir:diagnostics [ fhir:v "All good" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "requestorTrackingId" ] ;
fhir:value [
a fhir:String ;
fhir:v "AND-20260203"     ]
  ] [
fhir:name [ fhir:v "fulfillerTrackingId" ] ;
fhir:value [
a fhir:String ;
fhir:v "TEST-001"     ]
  ] [
fhir:name [ fhir:v "subject" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "https://fhir.nhs.uk/Id/nhs-number"^^xsd:anyURI ;
fhir:l <https://fhir.nhs.uk/Id/nhs-number>         ] ;
fhir:value [ fhir:v "9449304424" ]       ] ;
fhir:display [ fhir:v "Comfort Aindow" ]     ]
  ] [
fhir:name [ fhir:v "fulfiller" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ;
fhir:l <https://fhir.nhs.uk/Id/ods-organization-code>         ] ;
fhir:value [ fhir:v "A300041" ]       ] ;
fhir:display [ fhir:v "Harmony Care" ]     ]
  ] [
fhir:name [ fhir:v "requestor" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ;
fhir:l <https://fhir.nhs.uk/Id/ods-organization-code>         ] ;
fhir:value [ fhir:v "A300040" ]       ] ;
fhir:display [ fhir:v "Rosebridge Residential Care" ]     ]
  ] [
fhir:name [ fhir:v "requestedBy" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id"^^xsd:anyURI ;
fhir:l <https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id>         ] ;
fhir:value [ fhir:v "RB300040" ]       ] ;
fhir:display [ fhir:v "Miss. Sophie Hall" ]     ]
  ] [
fhir:name [ fhir:v "fulfilledBy" ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:system [
fhir:v "https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id"^^xsd:anyURI ;
fhir:l <https://data.digitisingsocialcare.co.uk/mods/v1/care-worker-id>         ] ;
fhir:value [ fhir:v "HC500040" ]       ] ;
fhir:display [ fhir:v "Mr. Daniel Price " ]     ]
  ] [
fhir:name [ fhir:v "targetCompletion" ] ;
fhir:value [
a fhir:Date ;
fhir:v "2026-02-03"^^xsd:date     ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:value [
a fhir:Code ;
fhir:v "in-progress"     ]
  ] [
fhir:name [ fhir:v "statusLastUpdated" ] ;
fhir:value [
a fhir:DateTime ;
fhir:v "2026-02-03T09:30:00Z"^^xsd:dateTime     ]
  ] [
fhir:name [ fhir:v "note" ] ;
    ( fhir:part [
fhir:name [ fhir:v "text" ] ;
fhir:value [
a fhir:String ;
fhir:v "Hi Dan, transfer data request as discussed this morning. If there is any further info required then please let me know. Cheers, Soph."       ]     ] [
fhir:name [ fhir:v "date" ] ;
fhir:value [
a fhir:DateTime ;
fhir:v "2026-02-03T09:30:00Z"^^xsd:dateTime       ]     ] )
  ] [
fhir:name [ fhir:v "note" ] ;
    ( fhir:part [
fhir:name [ fhir:v "date" ] ;
fhir:value [
a fhir:DateTime ;
fhir:v "2026-02-03T10:28:00Z"^^xsd:dateTime       ]     ] [
fhir:name [ fhir:v "text" ] ;
fhir:value [
a fhir:String ;
fhir:v "We are on it"       ]     ] )
  ] ) . #