SDOH Clinical Care
3.0.0-ballot - STU 3 Ballot United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. 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/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Practitioner Role Dr Jan Water Example

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/SDOHCC-PractitionerRoleDrJanWaterExample> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SDOHCC-PractitionerRoleDrJanWaterExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-practitionerrole" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-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 SDOHCC-PractitionerRoleDrJanWaterExample</b></p><a name=\"SDOHCC-PractitionerRoleDrJanWaterExample\"> </a><a name=\"hcSDOHCC-PractitionerRoleDrJanWaterExample\"> </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=\"StructureDefinition-SDOHCC-practitionerrole.html\">SDOHCC PractitionerRole</a></p></div><p><b>identifier</b>: <code>http://www.deerland.org/practitioners</code>/2424</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Dr Jan Water</a></p><p><b>organization</b>: <a href=\"Organization-SDOHCC-OrganizationClinicExample.html\">Better Health Clinic</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207Q00000X}, {http://snomed.info/sct 62247001}\">Family Medicine Physician</span></p><p><b>telecom</b>: ph: 639 442 6719(Work), <a href=\"mailto:jan.water@deerland.org\">jan.water@deerland.org</a></p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://www.deerland.org/practitioners" ] ;
     fhir:Identifier.value [ fhir:value "2424" ]
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/SDOHCC-PractitionerDrJanWaterExample> ;
     fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-PractitionerDrJanWaterExample" ] ;
     fhir:Reference.display [ fhir:value "Dr Jan Water" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/SDOHCC-OrganizationClinicExample> ;
     fhir:Reference.reference [ fhir:value "Organization/SDOHCC-OrganizationClinicExample" ] ;
     fhir:Reference.display [ fhir:value "Better Health Clinic" ]
  ] ;
  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 "207Q00000X" ] ;
       fhir:Coding.display [ fhir:value "Family Medicine Physician" ]
     ], [
       fhir:index -1 ;
       a sct:62247001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "62247001" ] ;
       fhir:Coding.display [ fhir:value "Family medicine specialist (occupation)" ]
     ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "639 442 6719" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "jan.water@deerland.org" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] .

<http://hl7.org/fhir/Practitioner/SDOHCC-PractitionerDrJanWaterExample> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/SDOHCC-OrganizationClinicExample> a fhir:Organization .

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

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