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
{
"resourceType" : "ServiceRequest",
"id" : "HereditaryCancerTestingServiceRequest",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</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>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "LACSN"
}
],
"text" : "Laboratory Accession ID"
},
"system" : "https://myriad.com/identifiers/serviceRequests",
"value" : "1234567890"
}
],
"status" : "active",
"intent" : "plan",
"code" : {
"text" : "HereditaryCancerTesting™ Hereditary Cancer Test"
},
"subject" : {
🔗 "reference" : "Patient/PatientFemale"
},
"requester" : {
🔗 "reference" : "Practitioner/PractitionerOrderingProvider"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "718220008",
"display" : "Hereditary breast and ovarian cancer syndrome (disorder)"
}
]
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/SpecimenBloodFemale"
}
]
}