North West Genomics Testing Workflow (GTW)
0.0.1 - ci-build United Kingdom flag

DRAFT Implementation Guide

This is for collaboration and discussion purposes and is subject to change.

North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Specimen Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "SpecimenExample",
  "meta" : {
    "versionId" : "1.0"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen SpecimenExample</b></p><a name=\"SpecimenExample\"> </a><a name=\"hcSpecimenExample\"> </a><a name=\"SpecimenExample-en-GB\"> </a><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\">version: 1.0</p></div><p><b>identifier</b>: <code>https://fhir.mft.nhs.uk/Id/Specimen/Beaker</code>/25GEN-029GN00001</p><p><b>accessionIdentifier</b>: Accession ID/1001166717</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-d6faafcf-db64-4c11-9da8-25f36774c1bd\">Octavia CHISLETT</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.mft.nhs.uk/Id/Specimen/Beaker",
      "value" : "25GEN-029GN00001",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "R0A"
        }
      }
    }
  ],
  "accessionIdentifier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "ACSN"
        }
      ]
    },
    "system" : "https://fhir.mft.nhs.uk/Id/AccessionNumber/Beaker",
    "value" : "1001166717",
    "assigner" : {
      "identifier" : {
        "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
        "value" : "690S0"
      }
    }
  },
  "status" : "available",
  "subject" : {
    "reference" : "urn:uuid:d6faafcf-db64-4c11-9da8-25f36774c1bd",
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9449305552"
    },
    "display" : "Octavia CHISLETT"
  }
}