Da Vinci PDex Plan Net
1.2.0 - STU 2 (ci-build) United States of America flag

Da Vinci PDex Plan Net, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-plan-net/ and changes regularly. See the Directory of published versions

: CounselorRole1 - TTL Representation

Page standards status: Informative

Raw ttl | Download


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

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

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CounselorRole1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole CounselorRole1</b></p><a name=\"CounselorRole1\"> </a><a name=\"hcCounselorRole1\"> </a><a name=\"CounselorRole1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-07-07 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-plannet-PractitionerRole.html\">Plan-Net PractitionerRole</a></p></div><p><b>Network Reference</b>: <a href=\"Organization-AcmeofCTStdNet.html\">Organization ACME CT Preferred Provider Network</a></p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Counselor.html\">Practitioner Susie Smith, LPC</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/ProviderRoleCS co}\">Counselor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 101YP2500X}\">Professional Counselor</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-VirtualCounselService.html\">HealthcareService: extension = ; category = Medical Provider; specialty = Professional Counselor</a></p><p><b>telecom</b>: <a href=\"https://www.example.org\">https://www.example.org</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/network-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/AcmeofCTStdNet" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Counselor" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/ProviderRoleCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "co" ] ;
fhir:display [ fhir:v "Counselor" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "101YP2500X" ] ;
fhir:display [ fhir:v "Professional Counselor" ]     ] )
  ] ) ; # 
  fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/VirtualCounselService" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.example.org" ]
  ] ) . #