German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: blood-specimen - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "blood-specimen",
  "meta" : {
    "profile" : [
      🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/tumor-specimen"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"blood-specimen\"> </a></p><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\">Resource Specimen &quot;blood-specimen&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-tumor-specimen.html\">Profile Tumor Specimen</a></p></div><p><b>Specimen part of Tumor</b>: <a href=\"BodyStructure-SplenicStructure.html\">BodyStructure/SplenicStructure</a></p><p><b>identifier</b>: id:\u00a0specimen_02</p><p><b>status</b>: available</p><p><b>type</b>: Cerebellar neoplasm specimen (specimen) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#16210851000119107)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> &quot; BACH&quot;</p><p><b>receivedTime</b>: 2021-11-24</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-11-23</td><td>Cerebellar structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#113305005)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://www.vision-zero-oncology.de/fhir/StructureDefinition/part-of",
      "valueReference" : {
        🔗 "reference" : "BodyStructure/SplenicStructure"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://www.charite.de/fhir/sid/bioproben",
      "value" : "specimen_02"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "16210851000119107",
        "display" : "Cerebellar neoplasm specimen (specimen)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  },
  "receivedTime" : "2021-11-24",
  "collection" : {
    "collectedDateTime" : "2021-11-23",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "113305005",
          "display" : "Cerebellar structure (body structure)"
        }
      ]
    }
  }
}