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

: EPIC-PV1 Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "984b8a89-4194-4eb4-a7ea-ca8049ebeea3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 984b8a89-4194-4eb4-a7ea-ca8049ebeea3</b></p><a name=\"984b8a89-4194-4eb4-a7ea-ca8049ebeea3\"> </a><a name=\"hc984b8a89-4194-4eb4-a7ea-ca8049ebeea3\"> </a><a name=\"984b8a89-4194-4eb4-a7ea-ca8049ebeea3-en-GB\"> </a><p><b>identifier</b>: Visit number/1001166717</p><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] AMB: AMB</p><p><b>subject</b>: <a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-d6faafcf-db64-4c11-9da8-25f36774c1bd\">Octavia CHISLETT</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#1d7155e8-b5b8-4406-adda-01a474d5ff6c; type = document; timestamp = 2024-10-13 10:33:00+0000</a></td></tr></table><p><b>period</b>: 2025-01-29 10:37:26+0000 --&gt; (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: <code>https://fhir.nhs.uk/Id/ods-site-code</code>/R0A09</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "VN"
          }
        ]
      },
      "value" : "1001166717",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "R0A"
        }
      }
    }
  ],
  "status" : "finished",
  "class" : {
    "code" : "AMB"
  },
  "subject" : {
    "reference" : "urn:uuid:d6faafcf-db64-4c11-9da8-25f36774c1bd",
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9449305552"
    },
    "display" : "Octavia CHISLETT"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "urn:uuid:ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8"
      }
    }
  ],
  "period" : {
    "start" : "2025-01-29T10:37:26+00:00"
  },
  "location" : [
    {
      "location" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-site-code",
          "value" : "R0A09",
          "assigner" : {
            "identifier" : {
              "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
              "value" : "R0A"
            }
          }
        }
      }
    }
  ]
}