@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-08-07T04:54:05.457+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location Example1

identifier: Unspecified Identifier/Example1

status: Inactive

name: WC

description: Westside Clinic

telecom: ph: 12344556782222(Work), ph: 98765432101111, fax: 1234567890, wc@mail.com

address: Address Line 1 WC Address Line 2 WC MIlwaukee WI 52301 US

managingOrganization: Organization Main Health System

partOf: Location/0

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/LocationId/Training"^^xsd:anyURI ] ; fhir:value [ fhir:v "Example1" ] ] ) ; # fhir:status [ fhir:v "inactive" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/locstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "O" ] ; fhir:display [ fhir:v "Inactive" ] ] ] ) ] ; # fhir:name [ fhir:v "WC"] ; # fhir:description [ fhir:v "Westside Clinic"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "12344556782222" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "98765432101111" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "1234567890" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "wc@mail.com" ] ] ) ; # fhir:address [ fhir:line ( [ fhir:v "Address Line 1 WC" ] [ fhir:v "Address Line 2 WC" ] ) ; fhir:city [ fhir:v "MIlwaukee" ] ; fhir:state [ fhir:v "WI" ] ; fhir:postalCode [ fhir:v "52301" ] ; fhir:country [ fhir:v "US" ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/Example1" ] ] ; # fhir:partOf [ fhir:link ; fhir:reference [ fhir:v "Location/0" ] ] . # # -------------------------------------------------------------------------------------