SDOH Clinical Care
1.0.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SDOHCC Task Order Completed Part Of Another Task Example - TTL Representation

Raw ttl | Download


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

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

 a fhir:Task;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDOHCC-TaskOrderCompletedPartOfAnotherTaskExample"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-07-06T18:54:23.454+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#DMAsuIB9cRqCujYw" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Task";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Task>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>partOf</b>: <a href=\"Task-SDOHCC-TaskOrderFulfillmentCompletedExample.html\">Generated Summary: status: completed; intent: order; <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-SDOHCC-ServiceRequestBasedOnAnotherServiceRequestExample.html\">Generated Summary: status: completed; intent: filler-order; <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span>; <span title=\"Codes: {http://snomed.info/sct 467771000124109}\">Assistance with application for food pantry program</span></a></p><p><b>for</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes resulting-activity}\">Resulting Activity</span></td><td><a href=\"Procedure-SDOHCC-ProcedureFoodPantryApplicationAssistanceExample.html\">Generated Summary: status: completed; <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span>; <span title=\"Codes: {http://snomed.info/sct 467771000124109}\">Assistance with application for food pantry program</span>; performed: 2021-05-31</a></td></tr></table></div>"
  ];
  fhir:Task.partOf [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Task/SDOHCC-TaskOrderFulfillmentCompletedExample" ]
  ];
  fhir:Task.status [ fhir:value "completed"];
  fhir:Task.intent [ fhir:value "order"];
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code" ];
       fhir:Coding.code [ fhir:value "fulfill" ];
       fhir:Coding.display [ fhir:value "Fulfill the focal request" ]     ]
  ];
  fhir:Task.focus [
     fhir:Reference.reference [ fhir:value "ServiceRequest/SDOHCC-ServiceRequestBasedOnAnotherServiceRequestExample" ]
  ];
  fhir:Task.for [
     fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
     fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
  ];
  fhir:Task.output [
     fhir:index 0;
     fhir:Task.output.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes" ];
         fhir:Coding.code [ fhir:value "resulting-activity" ];
         fhir:Coding.display [ fhir:value "Resulting Activity" ]       ]     ];
     fhir:Task.output.valueReference [
       fhir:Reference.reference [ fhir:value "Procedure/SDOHCC-ProcedureFoodPantryApplicationAssistanceExample" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.