FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.ca.baseline
Resource TypeValueSet
IdValueSet-encountertype.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-Canada/ca-baseline/ValueSet-encountertype.html
URLhttps://fhir.infoway-inforoute.ca/ValueSet/encountertype
Version1.2.0
Statusdraft
Date2020-07-23
NameEncounterType
TitleEncounter Type
Realmca
Authorityhl7
DescriptionThe 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))
CopyrightThis 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.

Resources that use this resource

StructureDefinition
profile-encounterEncounter Profile

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet encountertype

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 308335008 (Patient encounter procedure)

Source1

{
  "resourceType": "ValueSet",
  "id": "encountertype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.infoway-inforoute.ca/ValueSet/encountertype",
  "version": "1.2.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"
          }
        ]
      }
    ]
  }
}