Genomics Clinical Picture Repository Implementation Guide
0.1.0 - ci-build

Genomics Clinical Picture Repository Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Lateralities Value Set - JSON Representation

Active as of 2022-03-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Lateralities",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/24028007\">24028007</a></td><td>Right</td></tr><tr><td><a href=\"http://snomed.info/id/7771000\">7771000</a></td><td>Left</td></tr><tr><td><a href=\"http://snomed.info/id/66459002\">66459002</a></td><td>Unilateral</td></tr><tr><td><a href=\"http://snomed.info/id/51440002\">51440002</a></td><td>Right and left</td></tr></table></li></ul></div>"
  },
  "url" : "http://aehrc.github.io/genclipr-fhir-ig/ValueSet/Lateralities",
  "version" : "0.1.0",
  "name" : "Lateralities",
  "title" : "Lateralities Value Set",
  "status" : "active",
  "date" : "2022-03-21T00:46:36+00:00",
  "publisher" : "The Australian e-Health Research Centre",
  "contact" : [
    {
      "name" : "The Australian e-Health Research Centre",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://aehrc.com"
        },
        {
          "system" : "email",
          "value" : "ontoserver-support@csiro.au"
        }
      ]
    }
  ],
  "description" : "Codes used to describe the laterality of a body structure.",
  "copyright" : "[Australian Genomics](https://www.australiangenomics.org.au)",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "24028007",
            "display" : "Right"
          },
          {
            "code" : "7771000",
            "display" : "Left"
          },
          {
            "code" : "66459002",
            "display" : "Unilateral"
          },
          {
            "code" : "51440002",
            "display" : "Right and left"
          }
        ]
      }
    ]
  }
}