FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Care Team Role - TTL Representation

Draft as of 2023-07-20

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ndhm-care-team-role"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ndhm-care-team-role</b></p><a name=\"ndhm-care-team-role\"> </a><a name=\"hcndhm-care-team-role\"> </a><a name=\"ndhm-care-team-role-hi-IN\"> </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/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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-care-team-role"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.5.0"] ; # 
  fhir:name [ fhir:v "CareTeamRole"] ; # 
  fhir:title [ fhir:v "Care Team Role"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nrces.in/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This valueset comprises codes that represent various roles within a care team."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "India" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "405623001" ] ;
fhir:display [ fhir:v "Assigned practitioner (occupation)" ]       ] [
fhir:code [ fhir:v "768839008" ] ;
fhir:display [ fhir:v "Consultant (occupation)" ]       ] [
fhir:code [ fhir:v "88189002" ] ;
fhir:display [ fhir:v "Anesthesiologist (occupation)" ]       ] [
fhir:code [ fhir:v "223366009" ] ;
fhir:display [ fhir:v "Healthcare professional (occupation)" ]       ] )     ] )
  ] . #