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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-procedure-service-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/procedure-service-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/procedure-service-type
Version2.0.0
Statusactive
Date2026-01-20
NameProcedureServiceTypeEHR
TitleProcedure Service Type EHR
Realmca
Authoritynational
DescriptionA code that classifies a service type of a medical imaging procedure, using SNOMED CT codes. This is used for searching, sorting and display purposes.

Resources that use this resource

StructureDefinition
ext-imagingStudy-service-typeImagingStudyServiceType
profile-serviceRequestServiceRequest EHR
profile-diagnosticReport-imagingDiagnosticReport Imaging EHR
DocumentReferenceDocumentReferenceEHR
ca-on-mi-ext-imagingStudyServiceTypeImagingStudyServiceType
ca-on-mi-profile-diagnosticReportMI DiagnosticReport Profile
ca-on-mi-profile-serviceRequestMI ServiceRequest Profile

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "valueset-procedure-service-type",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/procedure-service-type",
  "version": "2.0.0",
  "name": "ProcedureServiceTypeEHR",
  "title": "Procedure Service Type EHR",
  "status": "active",
  "date": "2026-01-20",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health - Digital Health Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://ehealthontario.on.ca/en/it-professionals/standards"
        },
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "A code that classifies a service type of a medical imaging procedure, using SNOMED CT codes. This is used for searching, sorting and display purposes.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "394914008",
            "display": "Radiology"
          },
          {
            "code": "394579002",
            "display": "Cardiology"
          },
          {
            "code": "394584008",
            "display": "Gastroenterology"
          }
        ]
      }
    ]
  }
}