
This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.
JSON Format: ValueSet-ndhm-practitioner-role
Download Raw json
{
"resourceType" : "ValueSet",
"id" : "ndhm-practitioner-role",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 223366009 (Healthcare professional)</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 307988006 (Medical technician)</li></ul></div>"
},
"url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-practitioner-role",
"version" : "20200828",
"name" : "PractitionerRole",
"title" : "Practitioner Role",
"status" : "draft",
"date" : "2020-08-25",
"description" : "This value set defines a set of codes that can be used to indicate the role of a Practitioner.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IN",
"display" : "India"
}
]
}
],
"copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "223366009"
}
]
},
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "307988006"
}
]
}
]
}
}