National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: JoeSmithRole2

Page standards status: Informative

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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "JoeSmithRole2"] ; # 
  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/ndh/StructureDefinition/ndh-PractitionerRole"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-PractitionerRole>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Organization/AcmeofCTStdNet ;
fhir:reference [ fhir:v "Organization/AcmeofCTStdNet" ]     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS>         ] ;
fhir:code [ fhir:v "incomplete" ]       ] )     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
fhir:l fhir:Practitioner/JoeSmith ;
fhir:reference [ fhir:v "Practitioner/JoeSmith" ]
  ] ; # 
  fhir:organization [
fhir:l fhir:Organization/BurrClinic ;
fhir:reference [ fhir:v "Organization/BurrClinic" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS>       ] ;
fhir:code [ fhir:v "ph" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
fhir:l <http://nucc.org/provider-taxonomy>       ] ;
fhir:code [ fhir:v "207R00000X" ] ;
fhir:display [ fhir:v "Internal Medicine Physician" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:l fhir:Location/HospLoc2 ;
fhir:reference [ fhir:v "Location/HospLoc2" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:l fhir:HealthcareService/BurrClinicServices ;
fhir:reference [ fhir:v "HealthcareService/BurrClinicServices" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(111)-222-3333" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.burrclinic.com" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) . #