RIVO-Noord Zorgviewer Implementation Guide
1.5.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Chipsoft Specimen Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "35648ae9-a74d-4800-9f15-4e436ebd12c8",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>RelatedPerson resource:</h3><ul><li><p><strong>Subject:</strong> &#x27;Johan XXX_Helleman_Afblijven&#x27;</p></li><table><thead><tr><th>Identifier</th></tr></thead><tbody><tr><td>D7AD2306-32CE-4AC0-814D-DC7DA9EA2104</td></tr></tbody></table><li><p><strong>Type</strong> &#x27;Other&#x27;</p></li><li><p><strong>Collection collected:</strong> &#x27;30-9-2022 13:48&#x2B;0200&#x27;</p></li></ul></div>"
  },
  "identifier" : [
    {
      "value" : "D7AD2306-32CE-4AC0-814D-DC7DA9EA2104"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "code" : "OTH",
        "display" : "other"
      }
    ],
    "text" : "Serum"
  },
  "subject" : {
    🔗 "reference" : "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display" : "Johan XXX_Helleman_Afblijven"
  },
  "collection" : {
    "collectedDateTime" : "2022-09-30T13:48:00+02:00"
  }
}