BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: 0-specimen - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "0-specimen",
  "meta" : {
    "profile" : [
      "https://fhir.bbmri.de/StructureDefinition/Specimen"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"0-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;0-specimen&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen.html\">Specimen</a></p></div><p><b>Storage Temperature</b>: Degrees Celsius 2 to 10 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-StorageTemperature.html\">Storage Temperature</a>#temperature2to10)</span></p><p><b>Custodian</b>: <a href=\"Organization-exampleCollection.html\">Organization/exampleCollection</a> &quot;Venous and arterial blood from misc patients internal reserve&quot;</p><p><b>Sample Diagnosis</b>: Unknown <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-OtherSampleDiagnosis.html\">Other Sample Diagnosis</a>#unknown)</span></p><p><b>type</b>: Whole blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SampleMaterialType.html\">Sample Material Type</a>#whole-blood)</span></p><p><b>subject</b>: <a href=\"Patient-0.html\">Patient/0</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td><td><b>FastingStatus[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2005-06-17</td><td>C26.8 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#C26.8)</span></td><td>The patient indicated they did not fast prior to the procedure. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0916.html\">relevantClincialInformation</a>#NF)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.bbmri.de/StructureDefinition/StorageTemperature",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.bbmri.de/CodeSystem/StorageTemperature",
            "code" : "temperature2to10"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.bbmri.de/StructureDefinition/Custodian",
      "valueReference" : {
        "reference" : "Organization/exampleCollection"
      }
    },
    {
      "url" : "https://fhir.bbmri.de/StructureDefinition/SampleDiagnosis",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis",
            "code" : "unknown"
          }
        ]
      }
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.bbmri.de/CodeSystem/SampleMaterialType",
        "code" : "whole-blood"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/0"
  },
  "collection" : {
    "collectedDateTime" : "2005-06-17",
    "bodySite" : {
      "coding" : [
        {
          "system" : "urn:oid:1.3.6.1.4.1.19376.1.3.11.36",
          "code" : "C26.8"
        }
      ]
    },
    "fastingStatusCodeableConcept" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code" : "NF"
        }
      ]
    }
  }
}