This page is part of the Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. 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="example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b> Narrative: ServiceRequest</b></p></div>
</text>
<identifier>
<system value="http://example.org"/>
<value value="061ef612-344f-4e7b-81a8-1059ae7bbe11"/>
</identifier>
<status value="active"/>
<intent value="original-order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="363679005"/>
<display value="Imaging"/>
</coding>
<text value="Diagnostics Procedure"/>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="24627-2"/>
</coding>
<text value="Chest CT"/>
</code>
<subject>🔗
<reference value="Patient/patient-respnet-eve-everywoman"/>
</subject>
<occurrenceDateTime value="2013-05-08T09:33:27+07:00"/>
<requester>🔗
<reference value="Practitioner/practitioner-us-core-henry-seven"/>
</requester>
</ServiceRequest>