@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PAS-Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-03-31T00:00:00+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-servicerequest-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ServiceRequest PAS-Example1

Last updated: 2025-03-31 00:00:00+0000

Profile: A reference to a PAS ServiceRequest

Product or Service Code End: Medical Care

Coverage Information Extension: Coverage/151

intent: Order

code: Medical Care

quantity: 1 visits

subject: Patient/1225794125051060

occurrence: 2020-02-24 00:00:00+0530 --> 2020-03-01 00:00:00+0530

"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-productOrServiceCodeEnd"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://codesystem.x12.org/005010/1365"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Medical Care" ] ] ) ; fhir:text [ fhir:v "Medical Care" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-coverage-information"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Coverage/151" ] ] ] ) ; # fhir:intent [ fhir:v "order"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://codesystem.x12.org/005010/1365"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Medical Care" ] ] ) ; fhir:text [ fhir:v "Medical Care" ] ] ; # fhir:quantity [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "visits" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/1225794125051060" ] ] ; # fhir:occurrence [ a fhir:Period ; fhir:start [ fhir:v "2020-02-24T00:00:00+05:30"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-03-01T00:00:00+05:30"^^xsd:dateTime ] ] . # # -------------------------------------------------------------------------------------