SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: SimpleCodeSystem - JSON Representation

Draft as of 2025-07-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CodeSystemDesignationUseExample1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CodeSystemDesignationUseExample1</b></p><a name=\"CodeSystemDesignationUseExample1\"> </a><a name=\"hcCodeSystemDesignationUseExample1\"> </a><p>This  code system <code>http://snomed.info/fhir/CodeSystem/CodeSystemDesignationUseExample1</code> provides <b>a fragment</b> that includes following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">1234<a name=\"CodeSystemDesignationUseExample1-1234\"> </a></td><td>A consumer term</td></tr></table></div>"
  },
  "url" : "http://snomed.info/fhir/CodeSystem/CodeSystemDesignationUseExample1",
  "version" : "0.0.1",
  "status" : "draft",
  "date" : "2025-07-09T10:34:35+00:00",
  "publisher" : "SNOMED on FHIR project group",
  "contact" : [
    {
      "name" : "SNOMED on FHIR project group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.ihtsdotools.org/display/FHIR/SNOMED+on+FHIR"
        }
      ]
    }
  ],
  "content" : "fragment",
  "concept" : [
    {
      "code" : "1234",
      "designation" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "context",
                  "valueCoding" : {
                    "code" : "patient-friendly-refset"
                  }
                },
                {
                  "url" : "role",
                  "valueCoding" : {
                    "code" : "preferred"
                  }
                },
                {
                  "url" : "type",
                  "valueCoding" : {
                    "code" : "900000000000013009"
                  }
                }
              ],
              "url" : "http://snomed.info/fhir/StructureDefinition/designation-use-context"
            },
            {
              "extension" : [
                {
                  "url" : "context",
                  "valueCoding" : {
                    "code" : "patient-unfriendly-refset"
                  }
                },
                {
                  "url" : "role",
                  "valueCoding" : {
                    "code" : "avoid"
                  }
                },
                {
                  "url" : "type",
                  "valueCoding" : {
                    "code" : "900000000000013009"
                  }
                }
              ],
              "url" : "http://snomed.info/fhir/StructureDefinition/designation-use-context"
            },
            {
              "extension" : [
                {
                  "url" : "context",
                  "valueCoding" : {
                    "system" : "http://snomed.info/sct",
                    "code" : "608771002",
                    "display" : "GMDN language reference set"
                  }
                },
                {
                  "url" : "role",
                  "valueCoding" : {
                    "system" : "http://snomed.info/sct",
                    "code" : "900000000000548007",
                    "display" : "Preferred"
                  }
                },
                {
                  "url" : "type",
                  "valueCoding" : {
                    "code" : "900000000000013009"
                  }
                }
              ],
              "url" : "http://snomed.info/fhir/StructureDefinition/designation-use-context"
            }
          ],
          "language" : "en",
          "use" : {
            "code" : "consumer"
          },
          "value" : "A consumer term"
        }
      ]
    }
  ]
}