@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example2"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization Example2

identifier: Organization identifier/DF-3

active: true

type: Healthcare Provider

name: River Oaks

telecom: ph: 2146622000(Work), fax: 2146622189

address: 3790 W. First St Dallas TX 75248

" ] ; # 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/Training"^^xsd:anyURI ] ; fhir:value [ fhir:v "DF-3" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ; fhir:display [ fhir:v "Healthcare Provider" ] ] ) ; fhir:text [ fhir:v "Healthcare Provider" ] ] ) ; # fhir:name [ fhir:v "River Oaks"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "2146622000" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "2146622189" ] ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "3790 W. First St" ] ) ; fhir:city [ fhir:v "Dallas" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "75248" ] ] ) . # # -------------------------------------------------------------------------------------