Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Location Example - 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 "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 <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 Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-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\">Last updated: 2020-08-07 04:54:05+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/Example1</p><p><b>status</b>: Inactive</p><p><b>name</b>: WC</p><p><b>description</b>: Westside Clinic</p><p><b>telecom</b>: ph: 12344556782222(Work), ph: 98765432101111, fax: 1234567890, <a href=\"mailto:wc@mail.com\">wc@mail.com</a></p><p><b>address</b>: Address Line 1 WC Address Line 2 WC MIlwaukee WI 52301 US </p><p><b>managingOrganization</b>: <a href=\"Organization-Example1.html\">Organization Main Health System</a></p><p><b>partOf</b>: <a href=\"Location/0\">Location/0</a></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/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:reference [ fhir:v "Organization/Example1" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Location/0" ]
  ] . #