@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.org/fhir/us/anonymized-eicr/PractitionerRole/practitionerrole-anon> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "practitionerrole-anon"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-practitionerrole"^^xsd:anyURI ;
       fhir:link <http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-practitionerrole>
     ] )
  ] ; # 
  fhir:text [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] ) ;
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "9941339108" ]
  ] ) ; # 
  fhir:practitioner [
     fhir:link <http://fhir.org/fhir/us/anonymized-eicr/Practitioner/practitioner-anon> ;
     fhir:reference [ fhir:v "Practitioner/practitioner-anon" ]
  ] ; # 
  fhir:organization [
     fhir:link <http://fhir.org/fhir/us/anonymized-eicr/Organization/organization-salem-medical-center> ;
     fhir:reference [ fhir:v "Organization/organization-salem-medical-center" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "261QP2300X" ] ;
       fhir:display [ fhir:v "Primary Care Clinic/Center" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:coding ( [
       a sct:419772000 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "419772000" ] ;
       fhir:display [ fhir:v "Family practice" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:link <http://fhir.org/fhir/us/anonymized-eicr/Location/location-salem-medical-center> ;
     fhir:reference [ fhir:v "Location/location-salem-medical-center" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

