FHIR IG Statistics: ValueSet/encountertype
Package | hl7.fhir.ca.baseline |
Type | ValueSet |
Id | encountertype |
FHIR Version | R4 |
Source | http://hl7.org/fhir/ca/baseline/https://build.fhir.org/ig/HL7-Canada/ca-baseline/ValueSet-encountertype.html |
URL | https://fhir.infoway-inforoute.ca/ValueSet/encountertype |
Version | 1.2.0 |
Status | draft |
Date | 2020-07-23 |
Name | EncounterType |
Title | Encounter Type |
Realm | ca |
Authority | hl7 |
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)) |
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. |
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED CT (all versions) |
sct | SNOMED codes used in this IG |
sct | veri |
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"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"
}
]
}
]
}
}