HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Specimen Conservation - JSON Representation

Raw json | Download

{
  "resourceType" : "SpecimenDefinition",
  "id" : "SpecimenConservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/specimen-preservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SpecimenDefinition SpecimenConservationExample</b></p><a name=\"SpecimenConservationExample\"> </a><a name=\"hcSpecimenConservationExample\"> </a><a name=\"SpecimenConservationExample-en-US\"> </a><p><b>status</b>: Active</p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119361006}\">Plasma specimen</span></p><p><b>preference</b>: Preferred</p><blockquote><p><b>handling</b></p><p><b>temperatureRange</b>: 5-10</p><h3>MaxDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>20</td></tr></table><p><b>instruction</b>: </p><div><p>Comments regarding the specimen conservation.</p>\n</div></blockquote></blockquote></div>"
  },
  "status" : "active",
  "typeTested" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "119361006"
          }
        ]
      },
      "preference" : "preferred",
      "handling" : [
        {
          "temperatureRange" : {
            "low" : {
              "value" : 5
            },
            "high" : {
              "value" : 10
            }
          },
          "maxDuration" : {
            "value" : 20
          },
          "instruction" : "Comments regarding the specimen conservation."
        }
      ]
    }
  ]
}