PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: OutpatientRadiologyServices - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "OutpatientRadiologyServices"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/smart-location"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/smart-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location OutpatientRadiologyServices</b></p><a name=\"OutpatientRadiologyServices\"> </a><a name=\"hcOutpatientRadiologyServices\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-location.html\">SMART Location</a></p></div><p><b>identifier</b>: <code>some-system</code>/radiology-1</p><p><b>name</b>: Outpatient Radiology Services</p><p><b>description</b>: An outpatient radiology services location</p><p><b>telecom</b>: ph: 413-000-0000, <a href=\"https://radiology.example.com\">https://radiology.example.com</a></p><p><b>address</b>: 173 Elm St Pittsfield MA 01201-7223 </p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "some-system"^^xsd:anyURI ;
fhir:l fhir:some-system ] ;
fhir:value [ fhir:v "radiology-1" ]
] ) ; #
fhir:name [ fhir:v "Outpatient Radiology Services"] ; #
fhir:description [ fhir:v "An outpatient radiology services location"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "413-000-0000" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://radiology.example.com" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "173 Elm St" ] ) ;
fhir:city [ fhir:v "Pittsfield" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01201-7223" ]
] . #