Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General ServiceRequest Example for Test order - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1915848310451830" ] ;
fhir:lastUpdated [ fhir:v "2020-09-16T04:07:08.350+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-servicerequest-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-servicerequest-profile>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]     ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/Location/Training"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1225648232001060" ]     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "New" ] ;
fhir:display [ fhir:v "New" ]     ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Pen" ] ;
fhir:display [ fhir:v "Pen" ]     ] [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NewPen" ] ;
fhir:display [ fhir:v "New Pen" ]     ] )
  ] ; # 
  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: ServiceRequest Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-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\">version: versionId: id (PrimitiveType/ServiceRequest.meta.versionId): element = id -&gt; versionId=id[1915848310451830]; Last updated: 2020-09-16 04:07:08+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-servicerequest-profile.html\">AthenaServiceRequest</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pen (Details: EditTags code Pen  = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen  = ' NewPen ', stated as ' New Pen ')</p><p style=\"margin-bottom: 0px\">Security Labels: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal '), 1225648232001060 (Details: Training code 1225648232001060  = ' 1225648232001060 ', stated as ' null ')</p></div><p><b>identifier</b>: Unspecified Identifier/4-2</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ordercategory test}\">Tests and Procedures</span></p><p><b>priority</b>: STAT</p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 45378}\">Colonoscopy</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-Example1.html\">Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --&gt; 2020-08-17 21:07:17-0600</a></p><p><b>occurrence</b>: 2020-09-16 00:00:00+0530</p><p><b>requester</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>performer</b>: <a href=\"Practitioner/1238528099000630\">Practitioner/1238528099000630</a></p><p><b>supportingInfo</b>: <a href=\"Condition-Example1.html\">Condition I10</a></p><p><b>note</b>: Test instructions\n</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ]       ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ]     ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORDERNUM/Training"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4-2" ]
  ] ) ; # 
  fhir:status [
fhir:v "active" ;
    ( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/servicerequeststatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "In process" ]       ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ordercategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "test" ] ;
fhir:display [ fhir:v "Tests and Procedures" ]     ] ) ;
fhir:text [ fhir:v "Tests and Procedures" ]
  ] ) ; # 
  fhir:priority [
fhir:v "stat" ;
    ( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/servicerequestpriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Stat" ]       ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45378" ]     ] ) ;
fhir:text [ fhir:v "Colonoscopy" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example1" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-09-16T00:00:00+05:30"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/Example1" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/1238528099000630" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Condition/Example1" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Test instructions\n" ]
  ] ) . #