NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example biospecimen based on data from CBTN - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "SA-000",
  "meta" : {
    "profile" : [
      🔗 "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-collected-sample"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen SA-000</b></p><a name=\"SA-000\"> </a><a name=\"hcSA-000\"> </a><a name=\"SA-000-en-US\"> </a><p><b>identifier</b>: SA_RV52EY7S</p><p><b>type</b>: <span title=\"Codes:\">Peripheral Whole Blood</span></p><p><b>subject</b>: <a href=\"Patient-PT-006SP660.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Relative date time: </code></td><td><span title=\"Codes:{https://loinc.org LP125037-4}\">Blood Draw</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td>BS_9QM8EXG3</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "SA_RV52EY7S"
    }
  ],
  "type" : {
    "text" : "Peripheral Whole Blood"
  },
  "subject" : {
    🔗 "reference" : "Patient/PT-006SP660"
  },
  "collection" : {
    "_collectedDateTime" : {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "target",
              "valueReference" : {
                🔗 "reference" : "Patient/PT-006SP660"
              }
            },
            {
              "url" : "targetPath",
              "valueString" : "None"
            },
            {
              "url" : "relationship",
              "valueCode" : "after"
            },
            {
              "url" : "offset",
              "valueDuration" : {
                "value" : 4931,
                "unit" : "d",
                "system" : "http://unitsofmeasure.org",
                "code" : "days"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"
        }
      ]
    },
    "method" : {
      "coding" : [
        {
          "system" : "https://loinc.org",
          "code" : "LP125037-4"
        }
      ],
      "text" : "Blood Draw"
    }
  },
  "container" : [
    {
      "identifier" : [
        {
          "value" : "BS_9QM8EXG3"
        }
      ]
    }
  ]
}