NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: specimen-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "specimen-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"specimen-example-1\"> </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-1&quot; </p></div><p><b>type</b>: Solid Tissue <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0487.html\">specimenType</a>#TISS &quot;Tissue&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-1.html\">Patient/patient-example-1</a> &quot; SMITH&quot;</p><p><b>receivedTime</b>: </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/><td>50 uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code uL = 'uL')</span></td><td>Biopsy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#129314006 &quot;Biopsy - action&quot;)</span></td><td>Central Nervous System <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#21483005 &quot;Structure of central nervous system&quot;)</span></td></tr></table></div>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "TISS",
        "display" : "Tissue"
      }
    ],
    "text" : "Solid Tissue"
  },
  "subject" : {
    "reference" : "Patient/patient-example-1"
  },
  "_receivedTime" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "target",
            "valueReference" : {
              "reference" : "Patient/patient-example-1"
            }
          },
          {
            "url" : "targetPath",
            "valueString" : "birthDate"
          },
          {
            "url" : "relationship",
            "valueCode" : "after"
          },
          {
            "url" : "offset",
            "valueDuration" : {
              "value" : 366,
              "unit" : "d",
              "system" : "http://unitsofmeasure.org",
              "code" : "days"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"
      }
    ]
  },
  "collection" : {
    "_collectedDateTime" : {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "target",
              "valueReference" : {
                "reference" : "Patient/patient-example-1"
              }
            },
            {
              "url" : "targetPath",
              "valueString" : "birthDate"
            },
            {
              "url" : "relationship",
              "valueCode" : "after"
            },
            {
              "url" : "offset",
              "valueDuration" : {
                "value" : 366,
                "unit" : "d",
                "system" : "http://unitsofmeasure.org",
                "code" : "days"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"
        }
      ]
    },
    "quantity" : {
      "value" : 50,
      "system" : "http://unitsofmeasure.org",
      "code" : "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"
    }
  }
}