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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-procedure-body-part.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot21&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/procedure-body-part
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/procedure-body-part
Version1.2.0
Statusactive
Date2026-03-13
NameProcedureBodyPartEHR
TitleProcedure Body Part EHR
Realmca
Authoritynational
DescriptionA code that classifies a body part of a medical imaging procedure using SNOMED CT codes. This is used for searching, sorting and display purposes.

Resources that use this resource

StructureDefinition
ca.on.ehr.r4#1.0.0-snapshot21profile-serviceRequestServiceRequest EHR
ca.on.ehr.r4#1.0.0-snapshot21profile-documentReferenceDocumentReferenceEHR

Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "valueset-procedure-body-part",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/procedure-body-part",
  "version": "1.2.0",
  "name": "ProcedureBodyPartEHR",
  "title": "Procedure Body Part EHR",
  "status": "active",
  "date": "2026-03-13",
  "publisher": "Ontario Health",
  "description": "A code that classifies a body part 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": "12921003",
            "display": "Pelvis"
          },
          {
            "code": "38266002",
            "display": "Entire total body"
          },
          {
            "code": "421060004",
            "display": "Spine"
          },
          {
            "code": "45048000",
            "display": "Neck"
          },
          {
            "code": "51185008",
            "display": "Chest"
          },
          {
            "code": "66019005",
            "display": "Limb"
          },
          {
            "code": "69536005",
            "display": "Head"
          },
          {
            "code": "76752008",
            "display": "Breast"
          },
          {
            "code": "818983003",
            "display": "Abdomen"
          }
        ]
      }
    ]
  }
}