OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenElis Specimen Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "OpenElisSpecimenExample",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"OpenElisSpecimenExample\"> </a></p><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\">Resource Specimen &quot;OpenElisSpecimenExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-open-elis-specimen.html\">OpenElis Specimen</a></p></div><p><b>identifier</b>: id: 9df49e2d-57f7-4e7b-abb1-54d0a1933253</p><p><b>accessionIdentifier</b>: id: TESTA230000000001751</p><p><b>status</b>: available</p><p><b>type</b>: Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (sampleType)</span></p><p><b>subject</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">Patient/329f09da-0fc9-419d-9575-ace68954426A</a> &quot; MUTESA&quot;</p><p><b>receivedTime</b>: 2023-03-03 07:03:00+0000</p><p><b>request</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest/OpenElisServiceRequestExample</a></p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>2023-02-03</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://openelis-global.org/sampleItem_uuid",
      "value" : "9df49e2d-57f7-4e7b-abb1-54d0a1933253"
    }
  ],
  "accessionIdentifier" : {
    "system" : "http://openelis-global.org/sampleItem_labNo",
    "value" : "TESTA230000000001751"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://openelis-global.org/sampleType",
        "display" : "Plasma"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/329f09da-0fc9-419d-9575-ace68954426A"
  },
  "receivedTime" : "2023-03-03T07:03:00Z",
  "request" : [
    {
      "reference" : "ServiceRequest/OpenElisServiceRequestExample"
    }
  ],
  "collection" : {
    "collectedDateTime" : "2023-02-03"
  }
}