Implementation Guide
25.0.0 - R4 APIs
Publish Box goes here
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "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 <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-servicerequest-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest PAS-Example1</b></p><a name=\"PAS-Example1\"> </a><a name=\"hcPAS-Example1\"> </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\">Last updated: 2025-03-31 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-pas-servicerequest-profile.html\">A reference to a PAS ServiceRequest</a></p></div><p><b>Product or Service Code End</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/1365 01}\">Medical Care</span></p><p><b>Coverage Information Extension</b>: <a href=\"Coverage/151\">Coverage/151</a></p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://codesystem.x12.org/005010/1365 01}\">Medical Care</span></p><p><b>quantity</b>: 1 visits</p><p><b>subject</b>: <a href=\"Patient/1225794125051060\">Patient/1225794125051060</a></p><p><b>occurrence</b>: 2020-02-24 00:00:00+0530 --> 2020-03-01 00:00:00+0530</p></div>"^^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: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: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 ]
] . #
IG © 2022+ athenahealth. Package athenahealth#25.0.0 based on FHIR 4.0.1. Generated 2026-04-27
Links: Table of Contents |
QA Report