SMART Scheduling Links
1.0.0-ballot - STU 1 Ballot International flag

SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.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/smart-scheduling-links/ and changes regularly. See the Directory of published versions

: Example Practitioner

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/Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fd3c7a99-bb59-4fef-9f79-88d1f7275ca6"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner>
     ]
  ] ;
  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: Practitioner fd3c7a99-bb59-4fef-9f79-88d1f7275ca6</b></p><a name=\"fd3c7a99-bb59-4fef-9f79-88d1f7275ca6\"> </a><a name=\"hcfd3c7a99-bb59-4fef-9f79-88d1f7275ca6\"> </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-smart-scheduling-practitioner.html\">Practitioner</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/npi-8373s (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: John Mark(Nickname), Mark </p><p><b>telecom</b>: <a href=\"tel:+1-93-736-544\">+1-93-736-544</a>, <a href=\"mailto:johnmark@user.com\">johnmark@user.com</a></p><p><b>address</b>: Seattle Washington 98106 (work)</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "npi-8373s" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.use [ fhir:value "nickname" ] ;
     fhir:HumanName.text [ fhir:value "John Mark" ] ;
     fhir:HumanName.family [ fhir:value "John" ]
  ], [
     fhir:index -1 ;
     fhir:HumanName.given [
       fhir:value "Mark" ;
       fhir:index -1
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Dr." ;
       fhir:index -1
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+1-93-736-544" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "johnmark@user.com" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Practitioner.address [
     fhir:index -1 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "physical" ] ;
     fhir:Address.city [ fhir:value "Seattle" ] ;
     fhir:Address.state [ fhir:value "Washington" ] ;
     fhir:Address.postalCode [ fhir:value "98106" ]
  ] .

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

<http://hl7.org/fhir/Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/fd3c7a99-bb59-4fef-9f79-88d1f7275ca6.ttl> .