Canadian Baseline
1.1.0 - CI Build
Canadian Baseline, published by HL7 Canada - FHIR Implementation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Canada/ca-baseline/ and changes regularly. See the Directory of published versions
Draft as of 2020-07-23 |
{
"resourceType" : "ValueSet",
"id" : "encountertype",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet encountertype</b></p><a name=\"encountertype\"> </a><a name=\"hcencountertype\"> </a><a name=\"encountertype-en-US\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 308335008 (Patient encounter procedure)</li></ul></div>"
},
"url" : "https://fhir.infoway-inforoute.ca/ValueSet/encountertype",
"version" : "1.1.0",
"name" : "EncounterType",
"title" : "Encounter Type",
"status" : "draft",
"experimental" : false,
"date" : "2020-07-23",
"publisher" : "HL7 Canada - FHIR Implementation Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
}
]
}
],
"description" : "The type of encounter: a specific code indicating type of service provided. This value set includes codes from SNOMED CT decending from the concept 308335008 (Patient encounter procedure (procedure))",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CA"
}
]
}
],
"copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "308335008"
}
]
}
]
}
}