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

: PrenatalSpecimenPatientMale - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "PrenatalSpecimenPatientMale",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-09-25T00:01:34.798+00:00",
    "source" : "#hrQE3dHjuHuJ5zkf"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen PrenatalSpecimenPatientMale</b></p><a name=\"PrenatalSpecimenPatientMale\"> </a><a name=\"hcPrenatalSpecimenPatientMale\"> </a><a name=\"PrenatalSpecimenPatientMale-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-09-25 00:01:34+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #hrQE3dHjuHuJ5zkf</p></div><p><b>identifier</b>: <code>http://www.somesystemabc.net/identifiers/specimens</code>/55200000000223</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119342007}\">Saliva specimen (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-PatientMale.html\">Higado Sobreviviente (official) Male, DoB: 1996-05-13 ( Patient ID: fec6172efdca41b4a13341e75cb62e0f\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>receivedTime</b>: 2024-07-09 19:38:50+0000</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>2024-07-04 00:00:00+0000</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.somesystemabc.net/identifiers/specimens",
      "value" : "55200000000223"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119342007",
        "display" : "Saliva specimen (specimen)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientMale"
  },
  "receivedTime" : "2024-07-09T19:38:50.451949Z",
  "collection" : {
    "collectedDateTime" : "2024-07-04T00:00:00Z"
  }
}