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

FHIR IG analytics

Packageontariomicdrfhirimplementationguide-0.10.00
Resource TypeValueSet
IdValueSet-mi-procedure-specialty-sct.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "mi-procedure-specialty-sct",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mi-procedure-specialty",
  "version": "0.9.0",
  "name": "ProcedureSpecialtySct",
  "title": "Medical Imaging Procedure Specialty",
  "status": "active",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "publisher": "Ontario Health",
  "description": "A code that classifies a specialty of an MI procedure. This is used for searching, sorting and display purposes.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "394914008",
            "display": "Radiology"
          },
          {
            "code": "394579002",
            "display": "Cardiology"
          },
          {
            "code": "394584008",
            "display": "Gastroenterology"
          }
        ]
      }
    ]
  }
}