This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="servicerequest-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|6.1.0"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest servicerequest-example</b></p><a name="servicerequest-example"> </a><a name="hcservicerequest-example"> </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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-servicerequest.html">US Core ServiceRequest Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 386053000}">Evaluation procedure (procedure)</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:{http://loinc.org 24627-2}">CT Chest</span></p><p><b>subject</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>encounter</b>: <a href="Encounter-encounter-ambulatory.html">Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500</a></p><p><b>occurrence</b>: 2025-01-03 10:00:00+0000</p><p><b>authoredOn</b>: 2025-01-02</p><p><b>requester</b>: <a href="Practitioner-practitioner-1.html">Practitioner Joseph P Nichols (official)</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 195662009}">Acute viral pharyngitis</span></p></div>
</text>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="386053000"/>
<display value="Evaluation procedure (procedure)"/>
</coding>
</category>
<priority value="routine"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="24627-2"/>
<display value="CT Chest"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/patient-ledner"/>
</subject>
<encounter>🔗
<reference value="Encounter/encounter-ambulatory"/>
</encounter>
<occurrenceDateTime value="2025-01-03T10:00:00Z"/>
<authoredOn value="2025-01-02"/>
<requester>🔗
<reference value="Practitioner/practitioner-1"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="195662009"/>
<display value="Acute viral pharyngitis"/>
</coding>
</reasonCode>
</ServiceRequest>