@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/bser/Task/task-referral-task> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-referral-task"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/referral-task"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/referral-task>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task task-referral-task</b></p><a name=\"task-referral-task\"> </a><a name=\"hctask-referral-task\"> </a><a name=\"task-referral-task-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-referral-task.html\">Referral Task</a></p></div><p><b>identifier</b>: Placer Identifier/66666666, Filler Identifier/77777777</p><p><b>status</b>: Requested</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS 7.0}\">Service Request Fulfillment Completed</span></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-servicerequest-referral-servicerequest.html\">ServiceRequest Patient referral</a></p><p><b>for</b>: <a href=\"Patient/patient-us-core-patient-eve-everywoman\">Patient/patient-us-core-patient-eve-everywoman</a></p><p><b>authoredOn</b>: 2020-01-15 14:43:32-0400</p><p><b>requester</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">PractitionerRole Primary Care Clinic/Center</a></p><p><b>owner</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole Primary Care Clinic/Center</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Arthritis referral feedback</span></td><td><a href=\"Bundle-bundle-bser-referral-feedback-document-bundle-eve-everywoman.html\">Bundle: identifier = UUID:2be4b4e4-6df1-4cb2-a947-c70fa0eda54e; type = document; timestamp = 2020-01-07 09:25:00+0000</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PLAC" ]
       ] )
     ] ;
     fhir:value [ fhir:v "66666666" ] ;
     fhir:assigner [
       fhir:link <http://hl7.org/fhir/us/bser/Organization/organization-us-core-organization-saint-luke> ;
       fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ]
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "FILL" ]
       ] )
     ] ;
     fhir:value [ fhir:v "77777777" ] ;
     fhir:assigner [
       fhir:link <http://hl7.org/fhir/us/bser/Organization/organization-us-core-organization-saint-luke> ;
       fhir:reference [ fhir:v "Organization/organization-us-core-organization-saint-luke" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:businessStatus [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "7.0" ] ;
       fhir:display [ fhir:v "Service Request Fulfillment Completed" ]
     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "fulfill" ]
     ] )
  ] ; # 
  fhir:focus [
     fhir:link <http://hl7.org/fhir/us/bser/ServiceRequest/servicerequest-referral-servicerequest> ;
     fhir:reference [ fhir:v "ServiceRequest/servicerequest-referral-servicerequest" ]
  ] ; # 
  fhir:for [
     fhir:link <http://hl7.org/fhir/us/bser/Patient/patient-us-core-patient-eve-everywoman> ;
     fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2020-01-15T14:43:32-04:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:link <http://hl7.org/fhir/us/bser/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator> ;
     fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator" ]
  ] ; # 
  fhir:owner [
     fhir:link <http://hl7.org/fhir/us/bser/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient> ;
     fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ]
  ] ; # 
  fhir:output ( [
     fhir:type [
       fhir:text [ fhir:v "Arthritis referral feedback" ]
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:link <http://hl7.org/fhir/us/bser/Bundle/bundle-bser-referral-feedback-document-bundle-eve-everywoman> ;
       fhir:reference [ fhir:v "Bundle/bundle-bser-referral-feedback-document-bundle-eve-everywoman" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/bser/Organization/organization-us-core-organization-saint-luke> a fhir:us .

<http://hl7.org/fhir/us/bser/ServiceRequest/servicerequest-referral-servicerequest> a fhir:us .

<http://hl7.org/fhir/us/bser/Patient/patient-us-core-patient-eve-everywoman> a fhir:us .

<http://hl7.org/fhir/us/bser/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator> a fhir:us .

<http://hl7.org/fhir/us/bser/PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient> a fhir:us .

<http://hl7.org/fhir/us/bser/Bundle/bundle-bser-referral-feedback-document-bundle-eve-everywoman> a fhir:us .

# -------------------------------------------------------------------------------------

