| Package | agha.fhir.genclipr | 
| Resource Type | CodeSystem | 
| Id | EncounterType | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType | 
| URL | http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType | 
| Version | 0.1.0 | 
| Status | active | 
| Date | 2022-03-21T00:46:36+00:00 | 
| Name | EncounterType | 
| Title | Encounter Type | 
| Description | Type of encounters captured in a genomics clinical picture FHIR repository. | 
| Copyright | [Australian Genomics](https://www.australiangenomics.org.au) | 
| Content | complete | 
| ValueSet | |
| EncounterTypes | Encounter Type Value Set | 
No resources found
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:
{
  "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."
    }
  ]
}