This page is part of the electronic Long-Term Services and Supports Implementation Guide (v2.0.0: STU2) 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
: PractitionerRole-1 - TTL Representation
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 "PractitionerRole-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/eltss/StructureDefinition/PractitionerRole-eltss"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/eltss/StructureDefinition/PractitionerRole-eltss> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole </b><a name=\"PractitionerRole-1\"> </a><a name=\"hcPractitionerRole-1\"> </a></p><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\">ResourcePractitionerRole "PractitionerRole-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRole-eltss.html\">eLTSS PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-caremgr1.html\">Practitioner/caremgr1: Sam Monitor</a> " MONITOR"</p><p><b>organization</b>: <a href=\"Organization-funding1.html\">Organization/funding1: Texas Department of Community Health</a> "Texas Department of Community Health"</p><p><b>code</b>: Community Health Worker <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#172V00000X)</span></p><p><b>specialty</b>: Case Manager/Care Coordinator <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#171M00000X)</span></p><p><b>location</b>: <a href=\"Location-communitysite.html\">Location/communitysite: Health Level Seven International</a> "In Home"</p><p><b>telecom</b>: ph: (210) 555 1222</p></div>"
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/caremgr1" ] ;
fhir:display [ fhir:v "Sam Monitor" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/funding1" ] ;
fhir:display [ fhir:v "Texas Department of Community Health" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "172V00000X" ] ;
fhir:display [ fhir:v "Community Health Worker" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "171M00000X" ] ;
fhir:display [ fhir:v "Case Manager/Care Coordinator" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/communitysite" ] ;
fhir:display [ fhir:v "Health Level Seven International" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(210) 555 1222" ]
] ) . #