ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: airview-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 "airview-location-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"airview-location-example\"> </a></p><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\">Resource Location &quot;airview-location-example&quot; </p></div><p><b>status</b>: active</p><p><b>name</b>: Sleepy Location</p><p><b>telecom</b>: ph: (619) 555-1234(WORK)</p><p><b>address</b>: 321 Sleep Lane San Diego CA 92104 US </p><p><b>managingOrganization</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Sleepy Location"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(619) 555-1234" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "321 Sleep Lane" ] ) ;
fhir:city [ fhir:v "San Diego" ] ;
fhir:state [ fhir:v "CA" ] ;
fhir:postalCode [ fhir:v "92104" ] ;
fhir:country [ fhir:v "US" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/airview-organization" ]
  ] . #