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

: PractitionerRole C3456789 Example - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8</b></p><a name=\"ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\"> </a><a name=\"hcee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\"> </a><a name=\"ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8-en-GB\"> </a><p><b>practitioner</b>: Dr Samuel Darwin (Identifier: <code>https://fhir.hl7.org.uk/Id/gmc-number</code>/C3456789)</p><p><b>organization</b>: Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/R0A</p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode 100}\">General Surgery</span></p></div>"
  },
  "practitioner" : {
    "identifier" : {
      "system" : "https://fhir.hl7.org.uk/Id/gmc-number",
      "value" : "C3456789"
    },
    "display" : "Dr Samuel Darwin"
  },
  "organization" : {
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
      "value" : "R0A"
    }
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code" : "100"
        }
      ]
    }
  ]
}