Implementation Guide
27.0.0 - R4 APIs

Publish Box goes here

: PAS Practitioner Example - TTL Representation

Raw ttl | Download


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

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

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1225652472001060"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitioner-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitioner-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><td width=\"25%\">Harry S. Winston MD </td><td width=\"42%\">10288 SW 43rd Ave Suite 400 Portland, OR 97202 USA Phone: 5032332233 Email: ast@gmail.com</td></tr></tbody></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierSubDepartment"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Main Health System"       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierJurisdiction"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierJurisdiction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OR" ] ;
fhir:display [ fhir:v "Oregon" ]         ] )       ]     ] ) ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1942262431" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Winston" ] ;
    ( fhir:given [ fhir:v "Harry" ] [ fhir:v "S." ] ) ;
    ( fhir:suffix [ fhir:v "MD" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5032332233" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ast@gmail.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "10288 SW 43rd Ave" ] [ fhir:v "Suite 400" ] ) ;
fhir:city [ fhir:v "Portland" ] ;
fhir:state [ fhir:v "OR" ] ;
fhir:postalCode [ fhir:v "97202" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #