This page is part of the Genetic Reporting Implementation Guide (v0.3.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Example - Service request for high-resolution HLA-A genotyping - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-hla-a-r4",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
            <pre>High resolution HLA-A typing for sample 001-123456789</pre>
        </div>"
  },
  "identifier" : [
    {
      "system" : "https:/aDonorRegistry.com",
      "value" : "199688.2.1..1.83"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57290-9",
        "display" : "HLA-A [Type] by High resolution"
      }
    ]
  },
  "subject" : {
    "display" : "001^246802468"
  },
  "requester" : {
    "reference" : "Organization/123",
    "type" : "Organization",
    "display" : "aDonorRegistry"
  },
  "performer" : [
    {
      "reference" : "Organization/456",
      "type" : "Organization",
      "display" : "aTypingLab, Inc"
    }
  ],
  "specimen" : [
    {
      "reference" : "Specimen/f456",
      "type" : "Specimen",
      "display" : "buccal swab: 123456789"
    }
  ]
}