This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: Dr. Tracy Count - TTL Representation
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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Tracy-Count"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0> ] )
] ; #
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: Practitioner Example-Tracy-Count</b></p><a name=\"Example-Tracy-Count\"> </a><a name=\"hcExample-Tracy-Count\"> </a><a name=\"Example-Tracy-Count-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profileversion: null6.1.0)</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.1.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/2473724138</p><p><b>active</b>: true</p><p><b>name</b>: Tracy Count</p><p><b>telecom</b>: ph: (410) 588 4939</p><p><b>address</b>: 155 Light Commercial Ave, Grand Rapids, MI 49509</p><p><b>gender</b>: Female</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2473724138" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:text [ fhir:v "Tracy Count" ] ;
fhir:family [ fhir:v "Count" ] ;
( fhir:given [ fhir:v "Tracy" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(410) 588 4939" ]
] ) ; #
fhir:address ( [
fhir:text [ fhir:v "155 Light Commercial Ave, Grand Rapids, MI 49509" ] ;
( fhir:line [ fhir:v "155 Light Commercial Ave" ] ) ;
fhir:city [ fhir:v "Grand Rapids" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "49509" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:gender [ fhir:v "female"] . #