Implementation Guide
27.0.0 - R4 APIs

Publish Box goes here

: PAS Requestor Organization 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DF-450"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2005-05-10T05:54:54.453+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-requestor-organization-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-requestor-organization-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%\"/><td width=\"42%\">1977 NE Foster Blvd Gresham, OR 97030 USA Phone: 5036650999</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 "Neighborhood Physicians Practice"       ]     ] [
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:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National Provider Identifier" ]       ] )     ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TIN" ] ;
fhir:display [ fhir:v "Tax Identification Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/NamingSystem/USEIN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "953515524" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://codesystem.x12.org/005010/98"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1T" ] ;
fhir:display [ fhir:v "Physician, Clinic or Group Practice" ]     ] ) ;
fhir:text [ fhir:v "Physician, Clinic or Group Practice" ]
  ] ) ; # 
  fhir:name [ fhir:v "Truman Group Practice"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "9726631212" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "9723332222" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "1977 NE Foster Blvd" ] ) ;
fhir:city [ fhir:v "Gresham" ] ;
fhir:state [ fhir:v "OR" ] ;
fhir:postalCode [ fhir:v "97030" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) ; # 
  fhir:contact ( [
fhir:name [
fhir:text [ fhir:v "Ben Bergeron" ] ;
fhir:family [ fhir:v "Bergeron" ] ;
      ( fhir:given [ fhir:v "Ben" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5032332233" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) . #