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

: MODS DSCR to DSCR transfer - TTL Representation

Draft as of 2026-03-24

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:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Operation-MODSDSCRPatientTransfer"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Operation-MODSDSCRPatientTransfer</b></p><a name=\"Operation-MODSDSCRPatientTransfer\"> </a><a name=\"hcOperation-MODSDSCRPatientTransfer\"> </a><p>URL: [base]/Patient/$transfer</p><p>Input parameters Profile:<a href=\"StructureDefinition-MODS-DSCRTransferParametersIn-1.html\">MODS DSCR $transfer — Input Parameters</a></p><p>Output parameters Profile:<a href=\"StructureDefinition-MODS-DSCRTransferParametersOutput-1.html\">MODS DSCR $transfer — Output Parameters</a></p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>subject</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Patient.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient\">MODS Patient</a>)</td><td/><td><div><p>Logical-only reference to Patient (identifier+display; no literal reference). Who the request is about (the subject of care or patient).</p>\n</div></td></tr><tr><td>IN</td><td>fulfiller</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Organization.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization\">MODS Organization</a>)</td><td/><td><div><p>Logical-only reference to Organization (identifier+display; no literal reference). The organisation who 'owns' or oversees the request to fulfillment (the organisation providing the data).</p>\n</div></td></tr><tr><td>IN</td><td>requestor</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Organization.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization\">MODS Organization</a>)</td><td/><td><div><p>Logical-only reference to Organization (identifier+display; no literal reference). The organisation who initiated or placed the request.</p>\n</div></td></tr><tr><td>IN</td><td>requestedBy</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Practitioner.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner\">MODS Practitioner</a>)</td><td/><td><div><p>Logical-only reference to Practitioner (identifier+display; no literal reference). The person who initiated or placed the request.</p>\n</div></td></tr><tr><td>IN</td><td>fulfilledBy</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Practitioner.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner\">MODS Practitioner</a>)</td><td/><td><div><p>Logical-only reference to Practitioner (identifier+display; no literal reference). The person who 'owns' or oversees the request to fulfillment.</p>\n</div></td></tr><tr><td>IN</td><td>targetCompletion</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#date\">date</a></td><td/><td><div><p>Requested completion date (YYYY, YYYY-MM, or YYYY-MM-DD).</p>\n</div></td></tr><tr><td>IN</td><td>status</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td><a href=\"ValueSet-MODS-DSCRTransferStatus-1.html\">MODS DSCR Transfer Status</a> (Required)</td><td><div><p>Required transfer status; initial/default is 'requested'.</p>\n</div></td></tr><tr><td>IN</td><td>statusLastUpdated</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td><div><p>Last date/time the status changed in ISO datetime format.</p>\n</div></td></tr><tr><td>IN</td><td>note</td><td/><td>0..*</td><td/><td/><td><div><p>Optional note with date and text; text limited to 250 chars.</p>\n</div></td></tr><tr><td>IN</td><td>note.date</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td/></tr><tr><td>IN</td><td>note.text</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Free text, max 250 characters.</p>\n</div></td></tr><tr><td>IN</td><td>requestorTrackingId</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Stable, unique ID from the requestor (enforced by implementors).</p>\n</div></td></tr><tr><td>IN</td><td>fulfillerTrackingId</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Stable, unique ID from the fulfiller when present (enforced by implementors).</p>\n</div></td></tr><tr><td>OUT</td><td>operationOutcome</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>OperationOutcome resource with status information</p>\n</div></td></tr><tr><td>OUT</td><td>requestorTrackingId</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Stable, unique ID from the requestor</p>\n</div></td></tr><tr><td>OUT</td><td>fulfillerTrackingId</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Stable, unique ID from the fulfiller when present</p>\n</div></td></tr><tr><td>OUT</td><td>targetCompletion</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#date\">date</a></td><td/><td><div><p>Requested completion date (YYYY, YYYY-MM, or YYYY-MM-DD).</p>\n</div></td></tr><tr><td>OUT</td><td>status</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td><a href=\"ValueSet-MODS-DSCRTransferStatus-1.html\">MODS DSCR Transfer Status</a> (Required)</td><td><div><p>Required transfer status; if this is a response to a new request, the status will be 'received'</p>\n</div></td></tr><tr><td>OUT</td><td>statusLastUpdated</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td><div><p>Last date/time the status changed in ISO datetime format.</p>\n</div></td></tr><tr><td>OUT</td><td>subject</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Patient.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient\">MODS Patient</a>)</td><td/><td><div><p>Logical-only reference to Patient (identifier+display; no literal reference). Who the request is about (the subject of care or patient).</p>\n</div></td></tr><tr><td>OUT</td><td>fulfiller</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Organization.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization\">MODS Organization</a>)</td><td/><td><div><p>Logical-only reference to Organization (identifier+display; no literal reference). The organisation who 'owns' or oversees the request to fulfillment (the organisation providing the data).</p>\n</div></td></tr><tr><td>OUT</td><td>requestor</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Organization.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization\">MODS Organization</a>)</td><td/><td><div><p>Logical-only reference to Organization (identifier+display; no literal reference). The organisation who initiated or placed the request.</p>\n</div></td></tr><tr><td>OUT</td><td>requestedBy</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Practitioner.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner\">MODS Practitioner</a>)</td><td/><td><div><p>Logical-only reference to Practitioner (identifier+display; no literal reference). The person who initiated or placed the request.</p>\n</div></td></tr><tr><td>OUT</td><td>fulfilledBy</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/references.html#Reference\">Reference</a> (<a href=\"StructureDefinition-MODS-Practitioner.html\" title=\"https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner\">MODS Practitioner</a>)</td><td/><td><div><p>Logical-only reference to Practitioner (identifier+display; no literal reference). The person who 'owns' or oversees the request to fulfillment.</p>\n</div></td></tr><tr><td>OUT</td><td>note</td><td/><td>0..*</td><td/><td/><td><div><p>Optional note with date and text; text limited to 250 chars.</p>\n</div></td></tr><tr><td>OUT</td><td>note.date</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td/></tr><tr><td>OUT</td><td>note.text</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Free text, max 250 characters.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/OperationDefinition/Operation-MODS-DSCRPatientTransfer-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/OperationDefinition/Operation-MODS-DSCRPatientTransfer-1>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MODS DSCR Transfer"] ; # 
  fhir:title [ fhir:v "MODS DSCR to DSCR transfer"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2026-03-24T16:18:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://synanetics.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@synanetics.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Transfers a patient from one organisation/service/care context to another.\nInvoked at the Patient type level because the fulfiller does not know the server-assigned Patient id."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]     ] )
  ] ) ; # 
  fhir:affectsState [ fhir:v true] ; # 
  fhir:code [ fhir:v "transfer"] ; # 
  fhir:resource ( [ fhir:v "Patient"] ) ; # 
  fhir:system [ fhir:v false] ; # 
  fhir:type [ fhir:v true] ; # 
  fhir:instance [ fhir:v false] ; # 
  fhir:inputProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-DSCRTransferParametersIn-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-DSCRTransferParametersIn-1>
  ] ; # 
  fhir:outputProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-DSCRTransferParametersOutput-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-DSCRTransferParametersOutput-1>
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "subject" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Patient (identifier+display; no literal reference). Who the request is about (the subject of care or patient)." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient>     ] )
  ] [
fhir:name [ fhir:v "fulfiller" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Organization (identifier+display; no literal reference). The organisation who 'owns' or oversees the request to fulfillment (the organisation providing the data)." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization>     ] )
  ] [
fhir:name [ fhir:v "requestor" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Organization (identifier+display; no literal reference). The organisation who initiated or placed the request." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization>     ] )
  ] [
fhir:name [ fhir:v "requestedBy" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Practitioner (identifier+display; no literal reference). The person who initiated or placed the request." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner>     ] )
  ] [
fhir:name [ fhir:v "fulfilledBy" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Practitioner (identifier+display; no literal reference). The person who 'owns' or oversees the request to fulfillment." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner>     ] )
  ] [
fhir:name [ fhir:v "targetCompletion" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Requested completion date (YYYY, YYYY-MM, or YYYY-MM-DD)." ] ;
fhir:type [ fhir:v "date" ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Required transfer status; initial/default is 'requested'." ] ;
fhir:type [ fhir:v "code" ] ;
fhir:binding [
fhir:strength [ fhir:v "required" ] ;
fhir:valueSet [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-DSCRTransferStatus-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-DSCRTransferStatus-1>       ]     ]
  ] [
fhir:name [ fhir:v "statusLastUpdated" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Last date/time the status changed in ISO datetime format." ] ;
fhir:type [ fhir:v "dateTime" ]
  ] [
fhir:name [ fhir:v "note" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Optional note with date and text; text limited to 250 chars." ] ;
    ( fhir:part [
fhir:name [ fhir:v "date" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:type [ fhir:v "dateTime" ]     ] [
fhir:name [ fhir:v "text" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Free text, max 250 characters." ] ;
fhir:type [ fhir:v "string" ]     ] )
  ] [
fhir:name [ fhir:v "requestorTrackingId" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Stable, unique ID from the requestor (enforced by implementors)." ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "fulfillerTrackingId" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Stable, unique ID from the fulfiller when present (enforced by implementors)." ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "operationOutcome" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "OperationOutcome resource with status information" ] ;
fhir:type [ fhir:v "OperationOutcome" ]
  ] [
fhir:name [ fhir:v "requestorTrackingId" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Stable, unique ID from the requestor" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "fulfillerTrackingId" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Stable, unique ID from the fulfiller when present" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "targetCompletion" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Requested completion date (YYYY, YYYY-MM, or YYYY-MM-DD)." ] ;
fhir:type [ fhir:v "date" ]
  ] [
fhir:name [ fhir:v "status" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Required transfer status; if this is a response to a new request, the status will be 'received'" ] ;
fhir:type [ fhir:v "code" ] ;
fhir:binding [
fhir:strength [ fhir:v "required" ] ;
fhir:valueSet [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-DSCRTransferStatus-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/ValueSet/MODS-DSCRTransferStatus-1>       ]     ]
  ] [
fhir:name [ fhir:v "statusLastUpdated" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Last date/time the status changed in ISO datetime format." ] ;
fhir:type [ fhir:v "dateTime" ]
  ] [
fhir:name [ fhir:v "subject" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Patient (identifier+display; no literal reference). Who the request is about (the subject of care or patient)." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Patient>     ] )
  ] [
fhir:name [ fhir:v "fulfiller" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Organization (identifier+display; no literal reference). The organisation who 'owns' or oversees the request to fulfillment (the organisation providing the data)." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization>     ] )
  ] [
fhir:name [ fhir:v "requestor" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Organization (identifier+display; no literal reference). The organisation who initiated or placed the request." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Organization>     ] )
  ] [
fhir:name [ fhir:v "requestedBy" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Practitioner (identifier+display; no literal reference). The person who initiated or placed the request." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner>     ] )
  ] [
fhir:name [ fhir:v "fulfilledBy" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Logical-only reference to Practitioner (identifier+display; no literal reference). The person who 'owns' or oversees the request to fulfillment." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/StructureDefinition/MODS-Practitioner>     ] )
  ] [
fhir:name [ fhir:v "note" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Optional note with date and text; text limited to 250 chars." ] ;
    ( fhir:part [
fhir:name [ fhir:v "date" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:type [ fhir:v "dateTime" ]     ] [
fhir:name [ fhir:v "text" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Free text, max 250 characters." ] ;
fhir:type [ fhir:v "string" ]     ] )
  ] ) . #