Implementation Guide
23.0.0 - R4 APIs
Publish Box goes here
@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 "Example7"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2023049025055340" ] ;
fhir:lastUpdated [ fhir:v "2024-02-08T22:04:58.427-08:00"^^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:tag [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Removed" ] ;
fhir:display [ fhir:v "Removed" ] ] [
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: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 Example7</b></p><a name=\"Example7\"> </a><a name=\"hcExample7\"> </a><a name=\"Example7-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 -> versionId=id[2023049025055340]; Last updated: 2024-02-08 22:04:58-0800</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-servicerequest-profile.html\">AthenaServiceRequest</a></p><p style=\"margin-bottom: 0px\">Tags: Removed (Details: EditTags code Removed = ' Removed ', stated as ' Removed '), Pen (Details: EditTags code Pen = ' Pen ', stated as ' Pen ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/168-4</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ordercategory referrals}\">Referrals</span></p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 92060:QR,RC}\">Special Eye Exam, Sensorimotor</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 --> 2020-08-17 21:07:17-0600</a></p><p><b>occurrence</b>: 2024-02-08 00:00:00-0800 --> (ongoing)</p><p><b>authoredOn</b>: 2024-02-08 00:00:00-0800</p><p><b>requester</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>reasonCode</b>: <span title=\"Codes:\">sampledata</span></p><p><b>supportingInfo</b>: <a href=\"Condition-Example1.html\">Condition I10</a></p><p><b>note</b>: Sampletext</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/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "168-4" ]
] ) ; #
fhir:status [
fhir:v "completed" ;
( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/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 "C" ] ;
fhir:display [ fhir:v "Complete" ] ] ] )
] ; #
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 "referrals" ] ;
fhir:display [ fhir:v "Referrals" ] ] ) ;
fhir:text [ fhir:v "Referrals" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "92060:QR,RC" ] ] ) ;
fhir:text [ fhir:v "Special Eye Exam, Sensorimotor" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Example1" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2024-02-08T00:00:00-08:00"^^xsd:dateTime ]
] ; #
fhir:authoredOn [ fhir:v "2024-02-08T00:00:00-08:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/Example1" ]
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "sampledata" ]
] ) ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "Condition/Example1" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Sampletext" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.0.0 based on FHIR 4.0.1. Generated 2025-01-02
Links: Table of Contents |
QA Report