STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: specimen-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "specimen-example",
  "meta" : {
    "profile" : [
      "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"specimen-example\"> </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;specimen-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-specimen.html\">CSIRO STARS Specimen Profile</a></p></div><p><b>identifier</b>: id:\u00a0Client Sample ID - 12345678</p><p><b>accessionIdentifier</b>: id:\u00a0AS22-00345</p><p><b>type</b>: Tissue specimen from kidney <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#127474009)</span></p><p><b>subject</b>: <a href=\"Patient-Shorty.html\">Patient/Shorty</a> &quot;&quot;</p><p><b>receivedTime</b>: 2022-03-27</p><h3>Processings</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>fixed in formaldehyde</td></tr></table><p><b>condition</b>: Frozen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0493.html\">specimenCondition</a>#FROZ)</span></p><p><b>note</b>: sample prepared for transport</p></div>"
  },
  "identifier" : [
    {
      "value" : "Client Sample ID - 12345678"
    }
  ],
  "accessionIdentifier" : {
    "value" : "AS22-00345"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "127474009",
        "display" : "Tissue specimen from kidney"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Shorty"
  },
  "receivedTime" : "2022-03-27",
  "processing" : [
    {
      "description" : "fixed in formaldehyde"
    }
  ],
  "condition" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code" : "FROZ",
          "display" : "Frozen"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "sample prepared for transport"
    }
  ]
}