MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords Diagnostic Request Fulfillment Task - 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 "b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-diagn-req-fulfill-task"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-diagn-req-fulfill-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 b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26</b></p><a name=\"b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26\"> </a><a name=\"hcb5c3e0ce-97c5-4394-b9b4-8fc775cc1c26\"> </a><a name=\"b5c3e0ce-97c5-4394-b9b4-8fc775cc1c26-en-US\"> </a><p><b>groupIdentifier</b>: Placer Group Number/ORD0999-B177</p><p><b>status</b>: Requested</p><p><b>statusReason</b>: <span title=\"Codes:\">Active order</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-ccc2a954-d39a-4296-af39-f7510a2e51fa.html\">ServiceRequest 17 OH Progesterone</a></p><p><b>for</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (, period: (?) --&gt; 2025-02))</a></p><p><b>authoredOn</b>: 2019-09-23</p><p><b>lastModified</b>: 2019-09-25</p><p><b>requester</b>: <a href=\"PractitionerRole-b27fc609-efcb-4c43-a296-5908787de413.html\">John Smith</a></p><p><b>owner</b>: <a href=\"Organization-e3d263ca-2c9a-42a1-89fa-264422aa2dab.html\">Healthy Live Clinic</a></p></div>"
  ] ; # 
  fhir:groupIdentifier [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PGN" ] ;
fhir:display [ fhir:v "Placer Group Number" ]       ] )     ] ;
fhir:system [ fhir:v "urn:uuid:c388353b-cf5e-4269-8c25-928f430fd01c"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORD0999-B177" ] ;
fhir:assigner [
fhir:display [ fhir:v "FHIR Tenant" ]     ]
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:statusReason [
fhir:text [ fhir:v "Active order" ]
  ] ; # 
  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:display [ fhir:v "Fulfill the focal request" ]     ] )
  ] ; # 
  fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/ccc2a954-d39a-4296-af39-f7510a2e51fa" ]
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2019-09-23"^^xsd:date] ; # 
  fhir:lastModified [ fhir:v "2019-09-25"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/b27fc609-efcb-4c43-a296-5908787de413" ] ;
fhir:display [ fhir:v "John Smith" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "Organization/e3d263ca-2c9a-42a1-89fa-264422aa2dab" ] ;
fhir:display [ fhir:v "Healthy Live Clinic" ]
  ] . #