Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: PractitionerRole - Henry Seven

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/practitionerrole-henry-seven> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "practitionerrole-henry-seven"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-henry-seven</b></p><a name=\"practitionerrole-henry-seven\"> </a><a name=\"hcpractitionerrole-henry-seven\"> </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/ph-library/2.0.0-snapshot/StructureDefinition-us-ph-practitionerrole.html\">US Public Health PractitionerRole</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/3.1.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/9941339108</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a></p><p><b>organization</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Salem Medical Center</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 261QP2300X}\">Primary Care Clinic/Center</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family practice</span></p><p><b>location</b>: <a href=\"Location-location-ecr-salem-medical-center.html\">Salem Medical Center</a></p><p><b>telecom</b>: <a href=\"mailto:henry.seven@example.com\">henry.seven@example.com</a></p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "9941339108" ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/practitioner-us-core-henry-seven> ;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-us-core-henry-seven" ] ;
     fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> ;
     fhir:Reference.reference [ fhir:value "Organization/organization-ecr-salem-medical-center" ] ;
     fhir:Reference.display [ fhir:value "Salem Medical Center" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
       fhir:Coding.code [ fhir:value "261QP2300X" ] ;
       fhir:Coding.display [ fhir:value "Primary Care Clinic/Center" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:419772000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "419772000" ] ;
       fhir:Coding.display [ fhir:value "Family practice" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Location/location-ecr-salem-medical-center> ;
     fhir:Reference.reference [ fhir:value "Location/location-ecr-salem-medical-center" ] ;
     fhir:Reference.display [ fhir:value "Salem Medical Center" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "henry.seven@example.com" ]
  ] .

<http://hl7.org/fhir/Practitioner/practitioner-us-core-henry-seven> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/organization-ecr-salem-medical-center> a fhir:Organization .

<http://hl7.org/fhir/Location/location-ecr-salem-medical-center> a fhir:Location .

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

<http://hl7.org/fhir/PractitionerRole/practitionerrole-henry-seven.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/practitionerrole-henry-seven.ttl> .