GenomeX Data Exchange FHIR IG
0.2.0 - draft
GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="HereditaryCancerTestingServiceRequest"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest HereditaryCancerTestingServiceRequest</b></p><a name="HereditaryCancerTestingServiceRequest"> </a><a name="hcHereditaryCancerTestingServiceRequest"> </a><a name="HereditaryCancerTestingServiceRequest-en-US"> </a><p><b>identifier</b>: Laboratory Accession ID/1234567890</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title="Codes:">HereditaryCancerTesting™ Hereditary Cancer Test</span></p><p><b>subject</b>: <a href="Patient-PatientFemale.html">Jenny M (official) Female, DoB: 1988-02-12 ( Patient ID: 7fb905f171204b94b8ee33d33cb624e6 (use: official, ))</a></p><p><b>requester</b>: <a href="Practitioner-PractitionerOrderingProvider.html">Practitioner Laura Salma </a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 718220008}">Hereditary breast and ovarian cancer syndrome (disorder)</span></p><p><b>specimen</b>: <a href="Specimen-SpecimenBloodFemale.html">Specimen: identifier = http://www.somesystemabc.net/identifiers/specimens#07007253-BLD; status = available; type = Blood specimen (specimen); receivedTime = 2023-07-06 17:06:06+0500</a></p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="LACSN"/>
</coding>
<text value="Laboratory Accession ID"/>
</type>
<system value="https://myriad.com/identifiers/serviceRequests"/>
<value value="1234567890"/>
</identifier>
<status value="active"/>
<intent value="plan"/>
<code>
<text value="HereditaryCancerTesting™ Hereditary Cancer Test"/>
</code>
<subject>🔗
<reference value="Patient/PatientFemale"/>
</subject>
<requester>🔗
<reference value="Practitioner/PractitionerOrderingProvider"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="718220008"/>
<display
value="Hereditary breast and ovarian cancer syndrome (disorder)"/>
</coding>
</reasonCode>
<specimen>🔗
<reference value="Specimen/SpecimenBloodFemale"/>
</specimen>
</ServiceRequest>