Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "ServiceRequest",
"id" : "Example2",
"meta" : {
"versionId" : "1915847968451710",
"lastUpdated" : "2020-09-16T04:02:54.527+05:30",
"profile" : [
🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-servicerequest-profile"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "Normal"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/Location/Training",
"code" : "1225648232001060"
}
],
"tag" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "New",
"display" : "New"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "Pen",
"display" : "Pen"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "NewPen",
"display" : "New Pen"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-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[1915847968451710]; Last updated: 2020-09-16 04:02:54+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-1</p><p><b>status</b>: On Hold</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ordercategory service}\">Services</span></p><p><b>code</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 90724}\">Influenza (3 yrs+)</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>: 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>reasonCode</b>: <span title=\"Codes:\">instructions</span></p><p><b>supportingInfo</b>: <a href=\"Condition-Example1.html\">Condition I10</a></p><p><b>note</b>: adminComments</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "U",
"display" : "Unspecified Identifier"
}
],
"text" : "Unspecified Identifier"
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORDERNUM/Training",
"value" : "4-1"
}
],
"status" : "on-hold",
"_status" : {
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/athena-originalCode",
"valueCoding" : {
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/servicerequeststatus",
"code" : "H",
"display" : "Administrative hold"
}
}
]
},
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/ordercategory",
"code" : "service",
"display" : "Services"
}
],
"text" : "Services"
}
],
"code" : {
"coding" : [
{
"system" : "http://www.ama-assn.org/go/cpt",
"code" : "90724"
}
],
"text" : "Influenza (3 yrs+)"
},
"subject" : {
🔗 "reference" : "Patient/Example1"
},
"encounter" : {
🔗 "reference" : "Encounter/Example1"
},
"occurrenceDateTime" : "2020-09-16T00:00:00+05:30",
"requester" : {
🔗 "reference" : "Practitioner/Example1"
},
"reasonCode" : [
{
"text" : "instructions"
}
],
"supportingInfo" : [
{
🔗 "reference" : "Condition/Example1"
}
],
"note" : [
{
"text" : "adminComments"
}
]
}