@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example3"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2005-11-02T15:45:24.257-06:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-organization-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization Example3

identifier: Organization identifier/LO-1225648232001060

active: true

type: Employer

name: Eastside Internal Medicine

telecom: ph: 503-665-1010(Work), fax: 503-665-1011

address: 120 NE Valley View Drive Gresham OR 97030 USA

endpoint: Endpoint https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ; fhir:display [ fhir:v "Organization identifier" ] ] ) ; fhir:text [ fhir:v "Organization identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "LO-1225648232001060" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.5.3.3"^^xsd:anyURI ] ; fhir:code [ fhir:v "EMPLOYER" ] ; fhir:display [ fhir:v "Employer" ] ] ) ; fhir:text [ fhir:v "Employer" ] ] ) ; # fhir:name [ fhir:v "Eastside Internal Medicine"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "503-665-1010" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "503-665-1011" ] ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "120 NE Valley View Drive" ] ) ; fhir:city [ fhir:v "Gresham" ] ; fhir:state [ fhir:v "OR" ] ; fhir:postalCode [ fhir:v "97030" ] ; fhir:country [ fhir:v "USA" ] ] ) ; # fhir:endpoint ( [ fhir:link ; fhir:reference [ fhir:v "Endpoint/Example2" ] ] ) . # # -------------------------------------------------------------------------------------