COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example Task - LabResultTaskExample - 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:id [ fhir:v "LabResultTaskExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-lab-task"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-lab-task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"LabResultTaskExample\"> </a></p><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\">Resource Task &quot;LabResultTaskExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-lab-task.html\">Lab Task</a></p></div><p><b>identifier</b>: Filler Identifier: ORDER12345</p><p><b>basedOn</b>: <a href=\"ServiceRequest-Covid19ServiceRequestExample.html\">ServiceRequest/Covid19ServiceRequestExample</a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>executionPeriod</b>: ?? --&gt; 2022-07-30</p><p><b>lastModified</b>: 2022-07-30</p><p><b>requester</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</p><p><b>owner</b>: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> &quot;Covid19 Organization&quot;</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>Covid19 Test Result <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-lab-task-output.html\">Lab Result Task Output</a>#Result)</span></td><td><a href=\"DiagnosticReport-Covid19LabResultsDiagnosticReportExample.html\">DiagnosticReport/Covid19LabResultsDiagnosticReportExample</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FILL" ]       ] )     ] ;
fhir:system [ fhir:v "http://openhie.org/fhir/covid19-casereporting/lab-integration/order-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORDER12345" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/Covid19ServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:executionPeriod [
fhir:end [ fhir:v "2022-07-30"^^xsd:date ]
  ] ; # 
  fhir:lastModified [ fhir:v "2022-07-30"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/Covid19OrganizationExample" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/Covid19OrganizationExample" ]
  ] ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-lab-task-output"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Result" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DiagnosticReport/Covid19LabResultsDiagnosticReportExample" ]     ]
  ] ) . #