@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Harry S. Winston MD 10288 SW 43rd Ave Suite 400 Portland, OR 97202 USA Phone: 5032332233 Email: ast@gmail.com"^^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" ] ] ) . # # -------------------------------------------------------------------------------------