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 Type Value Set - JSON Representation

Active as of 2022-03-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "EncounterTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-EncounterType.html\"><code>http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType</code></a></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-encounter-type.html\">http://hl7.org/fhir/ValueSet/encounter-type</a></li></ul></div>"
  },
  "url" : "http://aehrc.github.io/genclipr-fhir-ig/ValueSet/EncounterTypes",
  "version" : "0.1.0",
  "name" : "EncounterTypes",
  "title" : "Encounter Type 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" : "Types of encounters captured in a genomics clinical picture FHIR repository.",
  "copyright" : "[Australian Genomics](https://www.australiangenomics.org.au)",
  "compose" : {
    "include" : [
      {
        "system" : "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType"
      },
      {
        "valueSet" : [
          "http://hl7.org/fhir/ValueSet/encounter-type"
        ]
      }
    ]
  }
}