@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/PractitionerRole/HansSoloRole> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HansSoloRole"] ; # 
  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-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole HansSoloRole</b></p><a name=\"HansSoloRole\"> </a><a name=\"hcHansSoloRole\"> </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-ndh-PractitionerRole.html\">NDH PractitionerRole</a></p></div><p><b>NDH Network Reference</b>: <a href=\"Organization-BlueCrossBlueShield-CT-PPO.html\">Organization BlueCrossBlueShield CT PPO</a></p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-HansSolo.html\">Practitioner Hans Solo, MD</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS ph}\">Physician</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207R00000X}\">Internal Medicine Physician</span></p><p><b>location</b>: <a href=\"Location-HansSoloClinic.html\">Location OrgA CT Location 1</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-HansSoloService.html\">HealthcareService: extension = ,; category = Clinic or Outpatient Facility; specialty = Family Medicine Physician; telecom = -unknown-</a></p><p><b>telecom</b>: ph: (111)-222-3333, <a href=\"https://www.hanssolo.com\">https://www.hanssolo.com</a></p><p><b>endpoint</b>: </p><ul><li><a href=\"Endpoint-HansSoloDirectTrustEndpointReferrals.html\">Endpoint Hans Solo Endpoint for DirectTrust</a></li><li><a href=\"Endpoint-HansSoloPatientAccessEndpoint.html\">Endpoint Hans Solo Endpoint for Patient Access</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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 <http://hl7.org/fhir/us/ndh/Organization/BlueCrossBlueShield-CT-PPO> ;
       fhir:reference [ fhir:v "Organization/BlueCrossBlueShield-CT-PPO" ]
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <http://hl7.org/fhir/us/ndh/Practitioner/HansSolo> ;
     fhir:reference [ fhir:v "Practitioner/HansSolo" ]
  ] ; # 
  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 <http://hl7.org/fhir/us/ndh/Location/HansSoloClinic> ;
     fhir:reference [ fhir:v "Location/HansSoloClinic" ]
  ] ) ; # 
  fhir:healthcareService ( [
     fhir:l <http://hl7.org/fhir/us/ndh/HealthcareService/HansSoloService> ;
     fhir:reference [ fhir:v "HealthcareService/HansSoloService" ]
  ] ) ; # 
  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.hanssolo.com" ] ;
     fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:endpoint ( [
     fhir:l <http://hl7.org/fhir/us/ndh/Endpoint/HansSoloDirectTrustEndpointReferrals> ;
     fhir:reference [ fhir:v "Endpoint/HansSoloDirectTrustEndpointReferrals" ]
  ] [
     fhir:l <http://hl7.org/fhir/us/ndh/Endpoint/HansSoloPatientAccessEndpoint> ;
     fhir:reference [ fhir:v "Endpoint/HansSoloPatientAccessEndpoint" ]
  ] ) . # 

<http://hl7.org/fhir/us/ndh/Organization/BlueCrossBlueShield-CT-PPO> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Practitioner/HansSolo> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Location/HansSoloClinic> a fhir:Us .

<http://hl7.org/fhir/us/ndh/HealthcareService/HansSoloService> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Endpoint/HansSoloDirectTrustEndpointReferrals> a fhir:Us .

<http://hl7.org/fhir/us/ndh/Endpoint/HansSoloPatientAccessEndpoint> a fhir:Us .

# -------------------------------------------------------------------------------------

