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" : "Specimen",
"id" : "SpecimenTissueMale",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen SpecimenTissueMale</b></p><a name=\"SpecimenTissueMale\"> </a><a name=\"hcSpecimenTissueMale\"> </a><a name=\"SpecimenTissueMale-en-US\"> </a><p><b>identifier</b>: <code>http://myriad.com/identifiers/specimens</code>/03813146-BLD</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1201985008}\">Tissue block specimen (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-PatientMale.html\">FName, LName</a></p><p><b>receivedTime</b>: 2023-07-06 17:06:06+0500</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2023-07-03 07:03:03+0500</td><td><span title=\"Codes:{http://snomed.info/sct 129314006}\">Biopsy - action</span></td><td><span title=\"Codes:{http://snomed.info/sct 15497006}\">Ovarian structure (body structure)</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://myriad.com/identifiers/specimens",
"value" : "03813146-BLD"
}
],
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1201985008",
"display" : "Tissue block specimen (specimen)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientMale",
"display" : "FName, LName"
},
"receivedTime" : "2023-07-06T17:06:06+05:00",
"collection" : {
"collectedDateTime" : "2023-07-03T07:03:03+05:00",
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "129314006",
"display" : "Biopsy - action"
}
]
},
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "15497006",
"display" : "Ovarian structure (body structure)"
}
]
}
}
}