1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TypeOfDiagnosis - JSON Representation

Active as of 2025-10-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "TypeOfDiagnosis",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet TypeOfDiagnosis</b></p><a name=\"TypeOfDiagnosis\"> </a><a name=\"hcTypeOfDiagnosis\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/46261000052101\">46261000052101</a></td><td>Huvuddiagnos</td></tr><tr><td><a href=\"http://snomed.info/id/46271000052105\">46271000052105</a></td><td>Bidiagnos</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.cambio.se/ValueSet/TypeOfDiagnosis/v1",
  "name" : "TypeOfDiagnosis",
  "title" : "TypeOfDiagnosis",
  "status" : "active",
  "date" : "2025-10-27T08:21:52+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Valueset for specifying type of diagnosis (either main or bi).",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "46261000052101",
            "display" : "Huvuddiagnos"
          },
          {
            "code" : "46271000052105",
            "display" : "Bidiagnos"
          }
        ]
      }
    ]
  }
}