This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) 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
: careCoordinator-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 "careCoordinator-1"] ; #
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: PractitionerRole careCoordinator-1</b></p><a name=\"careCoordinator-1\"> </a><a name=\"hccareCoordinator-1\"> </a><a name=\"careCoordinator-1-en-US\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-careCoordinator1.html\">Julie Smith</a></p><p><b>organization</b>: <a href=\"Organization-funding1.html\">Texas Department of Community Health</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 172V00000X}\">Community Health Worker</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 171M00000X}\">Case Manager/Care Coordinator</span></p><p><b>location</b>: <a href=\"Location-communitysite.html\">Health Level Seven International</a></p><p><b>telecom</b>: ph: (210) 555 1222</p></div>"
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/careCoordinator1" ] ;
fhir:display [ fhir:v "Julie Smith" ]
] ; #
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" ]
] ) . #