FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/EncounterClass

Packageagha.fhir.genclipr
TypeCodeSystem
IdEncounterClass
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterClass
URLhttp://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterClass
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NameEncounterClass
TitleEncounter Class
DescriptionClass of encounters captured in a genomics clinical picture FHIR repository.
Copyright[Australian Genomics](https://www.australiangenomics.org.au)
Contentcomplete

Resources that use this resource

ValueSet
EncounterClassesEncounter Class Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterClass defines the following codes:

CodeDisplayDefinition
RS research studyAn encounter that is part of a research study.

Source

{
  "resourceType": "CodeSystem",
  "id": "EncounterClass",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}