Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Terminology
    4. VisitModalityCode

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

VisitModalityCode

Link to ValueSet

This link will take you to this ValueSet on Simplifier.

SS-VisitModalityCode-1-0-0

Description

Represents the mode of contact between the Provider and the Client.

Canonical URL

https://fhir.infoway-inforoute.ca/ValueSet/visitmodalitycode

Definitions

Code definitions can be found on the Infoway Terminology Browser. If the code cannot be found on the Infoway Terminology Browser it may be pending an update. You may find the code on its source system look up e.g. SNOMED CT, LOINC, or HL7.

Resource content

The views below provide an HTML rendered, XML and JSON look at this ValueSet:

  • Overview
  • XML
  • JSON

This value set includes codes from the following code systems:

  • The following codes from system: SNOMED_CT

    CodeDisplay
    1479971000168109Email encounter (procedure)
    34581000087102In-person encounter (procedure)
    185317003Telephone encounter (procedure)
    445450000Encounter by short message service text messaging (procedure)
    453131000124105Videotelephony encounter (procedure)
  • The following codes from system: v3.NullFlavor

    CodeDisplay
    UNKUnknown
    OTHOther
<ValueSet xmlns="http://hl7.org/fhir">
<id value="SS-VisitModalityCode-1-0-0" />
<language value="en" />
<extension url="http://hl7.org/fhir/StructureDefinition/valueset-supplement">
<valueCanonical value="https://fhir.infoway-inforoute.ca/CodeSystem/Supplement/fr-CA/v3-NullFlavor|1.2.0" />
</extension>
<url value="https://fhir.infoway-inforoute.ca/ValueSet/visitmodalitycode" />
<name value="VisitModalityCode" />
<title value="VisitModalityCode" />
<status value="active" />
<experimental value="false" />
<publisher value="Canada Health Infoway" />
<contact>
<telecom>
<system value="url" />
<value value="http://www.infoway-inforoute.ca" />
</telecom>
<telecom>
<system value="email" />
<value value="standards@infoway-inforoute.ca" />
</telecom>
</contact>
<description value="Represents the mode of contact between the Provider and the Client." />
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166" />
<code value="CA" />
</coding>
</jurisdiction>
<copyright value="Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy)." />
<compose>
<include>
<system value="http://snomed.info/sct" />
<concept>
<code value="1479971000168109" />
<display value="Email encounter (procedure)" />
</concept>
<concept>
<code value="34581000087102" />
<display value="In-person encounter (procedure)" />
</concept>
<concept>
<code value="185317003" />
<display value="Telephone encounter (procedure)" />
</concept>
<concept>
<code value="445450000" />
<display value="Encounter by short message service text messaging (procedure)" />
</concept>
<concept>
<code value="453131000124105" />
<display value="Videotelephony encounter (procedure)" />
</concept>
</include>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" />
<concept>
<code value="UNK" />
<display value="Unknown" />
</concept>
<concept>
<code value="OTH" />
<display value="Other" />
</concept>
</include>
</compose>
</ValueSet>
{
"resourceType": "ValueSet",
"status": "active",
"name": "VisitModalityCode",
"id": "SS-VisitModalityCode-1-0-0",
"title": "VisitModalityCode",
"description": "Represents the mode of contact between the Provider and the Client.",
"url": "https://fhir.infoway-inforoute.ca/ValueSet/visitmodalitycode",
"language": "en",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://fhir.infoway-inforoute.ca/CodeSystem/Supplement/fr-CA/v3-NullFlavor|1.2.0"
}
],
"experimental": false,
"publisher": "Canada Health Infoway",
"jurisdiction": [
{
"coding": [
{
"code": "CA",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.infoway-inforoute.ca"
},
{
"system": "email",
"value": "standards@infoway-inforoute.ca"
}
]
}
],
"copyright": "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "1479971000168109",
"display": "Email encounter (procedure)"
},
{
"code": "34581000087102",
"display": "In-person encounter (procedure)"
},
{
"code": "185317003",
"display": "Telephone encounter (procedure)"
},
{
"code": "445450000",
"display": "Encounter by short message service text messaging (procedure)"
},
{
"code": "453131000124105",
"display": "Videotelephony encounter (procedure)"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"concept": [
{
"code": "UNK",
"display": "Unknown"
},
{
"code": "OTH",
"display": "Other"
}
]
}
]
}
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International