@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "RES-Example"] ; # fhir:meta [ fhir:versionId [ fhir:v "2255" ] ; fhir:lastUpdated [ fhir:v "2010-02-17T08:58:57.000+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 RES-Example

version: versionId: id (PrimitiveType/Location.meta.versionId): element = id -> versionId=id[2255]; Last updated: 2010-02-17 08:58:57+0530

Profiles: US Core Location Profile, Details and position information for a physical place

identifier: Unspecified Identifier/RES-2255

name: Exam Room 1

" ] ; # 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/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "RES-2255" ] ] ) ; # fhir:name [ fhir:v "Exam Room 1"] . # # -------------------------------------------------------------------------------------