FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Care Team Role - JSON Representation

Draft as of 2023-07-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-care-team-role",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/405623001\">405623001</a></td><td>Assigned practitioner (occupation)</td></tr><tr><td><a href=\"http://snomed.info/id/768839008\">768839008</a></td><td>Consultant (occupation)</td></tr><tr><td><a href=\"http://snomed.info/id/88189002\">88189002</a></td><td>Anesthesiologist (occupation)</td></tr><tr><td><a href=\"http://snomed.info/id/223366009\">223366009</a></td><td>Healthcare professional (occupation)</td></tr></table></li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-care-team-role",
  "version" : "6.0.0",
  "name" : "CareTeamRole",
  "title" : "Care Team Role",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-07-20",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This valueset comprises codes that represent various roles within a care team.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "405623001",
            "display" : "Assigned practitioner (occupation)"
          },
          {
            "code" : "768839008",
            "display" : "Consultant (occupation)"
          },
          {
            "code" : "88189002",
            "display" : "Anesthesiologist (occupation)"
          },
          {
            "code" : "223366009",
            "display" : "Healthcare professional (occupation)"
          }
        ]
      }
    ]
  }
}