Carequality Subscription Implementation Guide for Push Notifications
1.0.0 - CI Build

This page is part of the Carequality Subscription Implementation Guide for Push Notifications (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example Location - 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 "Enc-location"] ; # 
  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 Enc-location</b></p><a name=\"Enc-location\"> </a><a name=\"hcEnc-location\"> </a><a name=\"Enc-location-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: North Wing of Verteranairan's Hospital</p><p><b>managingOrganization</b>: <a href=\"Organization-VeterinariansHospital.html\">Organization Veterinarian's Hospital</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "North Wing of Verteranairan's Hospital"] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/VeterinariansHospital" ]
  ] . #