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

FHIR IG Statistics: CodeSystem/EncounterType

Packageagha.fhir.genclipr
Resource TypeCodeSystem
IdEncounterType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType
URLhttp://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NameEncounterType
TitleEncounter Type
DescriptionType 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
EncounterTypesEncounter Type 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/EncounterType defines the following codes:

CodeDisplayDefinition
REF referralAn initial encounter done by a specialist after referral.
PRI pre-investigationAn encounter done before genomic testing results are available.
PTI post-investigationAn encounter done after genomic testing results are available.

Source

{
  "resourceType": "CodeSystem",
  "id": "EncounterType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType",
  "version": "0.1.0",
  "name": "EncounterType",
  "title": "Encounter Type",
  "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": "Type of encounters captured in a genomics clinical picture FHIR repository.",
  "copyright": "[Australian Genomics](https://www.australiangenomics.org.au)",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "REF",
      "display": "referral",
      "definition": "An initial encounter done by a specialist after referral."
    },
    {
      "code": "PRI",
      "display": "pre-investigation",
      "definition": "An encounter done before genomic testing results are available."
    },
    {
      "code": "PTI",
      "display": "post-investigation",
      "definition": "An encounter done after genomic testing results are available."
    }
  ]
}