Kids First Implementation Guide
0.1.0 - CI Build

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

: Kids First Specimen/bs-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "bs-001",
  "meta" : {
    "versionId" : "0.1.0",
    "lastUpdated" : "2020-07-20T20:58:16.026317+00:00",
    "profile" : [
      "http://fhir.kids-first.io/StructureDefinition/kfdrc-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: bs-001</p><p><b>meta</b>: </p><p><b>identifier</b>: 571312</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Solid Tissue</span></p><p><b>subject</b>: <a href=\"Patient-pt-001.html\">Generated Summary: id: pt-001; 14999; Mariah Abigail Smith(OFFICIAL); ph: (555) 555-5555(HOME); gender: female; birthDate: 2019-01-01</a></p><p><b>receivedTime</b>: Jun 15, 2019 12:00:00 AM</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>Jun 15, 2019 12:00:00 AM</td><td>50.0 uL</td><td><span title=\"Codes: {http://snomed.info/sct 129314006}\">Biopsy</span></td><td><span title=\"Codes: {http://snomed.info/sct 21483005}\">Central Nervous System</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.kids-first.io/StructureDefinition/age-at-event",
      "valueAge" : {
        "value" : 2750,
        "unit" : "d",
        "system" : "http://unitsofmeasure.org",
        "code" : "days"
      }
    },
    {
      "url" : "http://fhir.kids-first.io/StructureDefinition/concentration",
      "valueQuantity" : {
        "value" : 0.05,
        "unit" : "mg/mL"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://kf-api-dataservice.kidsfirstdrc.org/biospecimens?study_id=SD_BHJXBDQK",
      "value" : "571312"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "TISS",
        "display" : "Tissue"
      }
    ],
    "text" : "Solid Tissue"
  },
  "subject" : {
    "reference" : "Patient/pt-001"
  },
  "receivedTime" : "2019-06-15",
  "collection" : {
    "collectedDateTime" : "2019-06-15",
    "quantity" : {
      "value" : 50.0,
      "unit" : "uL"
    },
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "129314006",
          "display" : "Biopsy - action"
        }
      ],
      "text" : "Biopsy"
    },
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "21483005",
          "display" : "Structure of central nervous system"
        }
      ],
      "text" : "Central Nervous System"
    }
  }
}