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
Active as of 2022-03-21 |
{
"resourceType" : "CodeSystem",
"id" : "EncounterType",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/EncounterType 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\">REF<a name=\"EncounterType-REF\"> </a></td><td>referral</td><td>An initial encounter done by a specialist after referral.</td></tr><tr><td style=\"white-space:nowrap\">PRI<a name=\"EncounterType-PRI\"> </a></td><td>pre-investigation</td><td>An encounter done before genomic testing results are available.</td></tr><tr><td style=\"white-space:nowrap\">PTI<a name=\"EncounterType-PTI\"> </a></td><td>post-investigation</td><td>An encounter done after genomic testing results are available.</td></tr></table></div>"
},
"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."
}
]
}