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

: Encounter Class - JSON Representation

Active as of 2022-03-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "EncounterClass",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterClass defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RS<a name=\"EncounterClass-RS\"> </a></td><td>research study</td><td>An encounter that is part of a research study.</td></tr></table></div>"
  },
  "url" : "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterClass",
  "version" : "0.1.0",
  "name" : "EncounterClass",
  "title" : "Encounter Class",
  "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" : "Class of encounters captured in a genomics clinical picture FHIR repository.",
  "copyright" : "[Australian Genomics](https://www.australiangenomics.org.au)",
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "RS",
      "display" : "research study",
      "definition" : "An encounter that is part of a research study."
    }
  ]
}