Da Vinci PDex Plan Net
1.2.0 - STU1.2 United States of America flag

Da Vinci PDex Plan Net, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-plan-net/ and changes regularly. See the Directory of published versions

: HansSoloRole1

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/HansSoloRole1> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "HansSoloRole1"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ]
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/network-reference" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Organization/AcmeofCTStdNet> ;
       fhir:Reference.reference [ fhir:value "Organization/AcmeofCTStdNet" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "code" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
           fhir:Coding.code [ fhir:value "207R00000X" ]
         ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "status" ] ;
       fhir:Extension.valueCode [ fhir:value "active" ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "issuer" ] ;
       fhir:Extension.valueReference [
         fhir:Reference.display [ fhir:value "American Board of Internal Medicine" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/qualification" ]
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/HansSolo> ;
     fhir:Reference.reference [ fhir:value "Practitioner/HansSolo" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/ProviderRoleCS" ] ;
       fhir:Coding.code [ fhir:value "ph" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
       fhir:Coding.code [ fhir:value "207R00000X" ] ;
       fhir:Coding.display [ fhir:value "Internal Medicine Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Location/HansSoloClinic> ;
     fhir:Reference.reference [ fhir:value "Location/HansSoloClinic" ]
  ] ;
  fhir:PractitionerRole.healthcareService [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/HealthcareService/HansSoloService> ;
     fhir:Reference.reference [ fhir:value "HealthcareService/HansSoloService" ]
  ] ;
  fhir:PractitionerRole.endpoint [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
       fhir:Extension.valueCode [ fhir:value "unknown" ]
     ] ;
     fhir:Reference.display [ fhir:value "Unknown" ]
  ] .

<http://hl7.org/fhir/Organization/AcmeofCTStdNet> a fhir:Organization .

<http://hl7.org/fhir/Practitioner/HansSolo> a fhir:Practitioner .

<http://hl7.org/fhir/Location/HansSoloClinic> a fhir:Location .

<http://hl7.org/fhir/HealthcareService/HansSoloService> a fhir:HealthcareService .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/HansSoloRole1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/HansSoloRole1.ttl> .