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

: SpecimenBloodFemale - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "SpecimenBloodFemale",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen SpecimenBloodFemale</b></p><a name=\"SpecimenBloodFemale\"> </a><a name=\"hcSpecimenBloodFemale\"> </a><a name=\"SpecimenBloodFemale-en-US\"> </a><p><b>identifier</b>: <code>http://www.somesystemabc.net/identifiers/specimens</code>/07007253-BLD</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen (specimen)</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>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></tr><tr><td style=\"display: none\">*</td><td>2023-07-03 07:03:03+0500</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.somesystemabc.net/identifiers/specimens",
      "value" : "07007253-BLD"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119297000",
        "display" : "Blood specimen (specimen)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientFemale"
  },
  "receivedTime" : "2023-07-06T17:06:06+05:00",
  "collection" : {
    "collectedDateTime" : "2023-07-03T07:03:03+05:00"
  }
}