@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example2"] ; # fhir:meta [ fhir:versionId [ fhir:v "1915847968451710" ] ; fhir:lastUpdated [ fhir:v "2020-09-16T04:02:54.527+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-servicerequest-profile"^^xsd:anyURI ; fhir:link ] ) ; 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 "

Generated Narrative: ServiceRequest Example2

version: versionId: id (PrimitiveType/ServiceRequest.meta.versionId): element = id -> versionId=id[1915847968451710]; Last updated: 2020-09-16 04:02:54+0530

Profile: AthenaServiceRequest

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 ')

Security Labels: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal '), 1225648232001060 (Details: Training code 1225648232001060 = ' 1225648232001060 ', stated as ' null ')

identifier: Unspecified Identifier/4-1

status: On Hold

intent: Order

category: Services

code: Influenza (3 yrs+)

subject: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

encounter: 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 --> 2020-08-17 21:07:17-0600

occurrence: 2020-09-16 00:00:00+0530

requester: Practitioner Harry S. Winston

reasonCode: instructions

supportingInfo: Condition I10

note: adminComments

" ] ; # 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-1" ] ] ) ; # fhir:status [ fhir:v "on-hold" ; 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 "H" ] ; fhir:display [ fhir:v "Administrative hold" ] ] ] ) ] ; # 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 "service" ] ; fhir:display [ fhir:v "Services" ] ] ) ; fhir:text [ fhir:v "Services" ] ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "90724" ] ] ) ; fhir:text [ fhir:v "Influenza (3 yrs+)" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/Example1" ] ] ; # fhir:occurrence [ fhir:v "2020-09-16T00:00:00+05:30"^^xsd:dateTime] ; # fhir:requester [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ; # fhir:reasonCode ( [ fhir:text [ fhir:v "instructions" ] ] ) ; # fhir:supportingInfo ( [ fhir:link ; fhir:reference [ fhir:v "Condition/Example1" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "adminComments" ] ] ) . # # -------------------------------------------------------------------------------------