SDOH Clinical Care
0.1.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 Ballot 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 OrderFulfillment Example 1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Task;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDOHCC-Task-OrderFulfillment-Example-1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-02T16:54:33.845+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#qnd2WpnmLN1EOu5y" ]
  ];
  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>status</b>: accepted</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-ServiceRequest-HungerVitalSign-Example-1.html\">Generated Summary: status: active; intent: order; <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span>; <span title=\"Codes: {http://snomed.info/sct 710925007}\">Provision of food (procedure)</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-temporary-codes resulting-activity}\">Resulting Activity</span></td><td><span title=\"Codes: {http://snomed.info/sct 713109004}\">Referral to community meals service (procedure)</span></td></tr></table></div>"
  ];
  fhir:Task.status [ fhir:value "accepted"];
  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-ServiceRequest-HungerVitalSign-Example-1" ]
  ];
  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-temporary-codes" ];
         fhir:Coding.code [ fhir:value "resulting-activity" ];
         fhir:Coding.display [ fhir:value "Resulting Activity" ]       ]     ];
     fhir:Task.output.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:713109004;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "713109004" ];
         fhir:Coding.display [ fhir:value "Referral to community meals service (procedure)" ]       ]     ]
  ].

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

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