Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Location example for room that can be scheduled for an appointment labeled as a resource in athenaPractice - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location>     ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location RES-Example</b></p><a name=\"RES-Example\"> </a><a name=\"hcRES-Example\"> </a><a name=\"RES-Example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/Location.meta.versionId): element = id -&gt; versionId=id[2255]; Last updated: 2010-02-17 08:58:57+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-location.html\">US Core Location Profile</a>, <a href=\"StructureDefinition-athena-location-profile.html\">Details and position information for a physical place</a></p></div><p><b>identifier</b>: Unspecified Identifier/RES-2255</p><p><b>name</b>: Exam Room 1</p></div>"
  ] ; # 
  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"] . #