NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HealthcareService - Downunder Hospital Accident and Emergency - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example0"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-12-19T10:00:00+11:00"^^xsd:dateTime ]
  ] ; # 
  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: HealthcareService example0</b></p><a name=\"example0\"> </a><a name=\"hcexample0\"> </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: 2025-12-19 10:00:00+1100</p></div><p><b>identifier</b>: Vendor Directory Identifier/BD6000000X9</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example0.html\">Organization Downunder Hospital</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 310000008}\">Accident and Emergency service</span></p><p><b>location</b>: <a href=\"Location-example0.html\">Location Downunder Hospital Blacktown</a></p><p><b>name</b>: Downunder Hospital Accident and Emergency</p><p><b>telecom</b>: ph: 025553333</p><p><b>endpoint</b>: <a href=\"http://hl7.org.au/fhir/4.0.0/Endpoint-example0.html\">Endpoint Telstra Health Secure Messaging Endpoint</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "VDI" ] ;
fhir:display [ fhir:v "Vendor Directory Identifier" ]       ] ) ;
fhir:text [ fhir:v "Vendor Directory Identifier" ]     ] ;
fhir:system [
fhir:v "http://ns.medical-objects.com.au/id/routing-id"^^xsd:anyURI ;
fhir:l <http://ns.medical-objects.com.au/id/routing-id>     ] ;
fhir:value [ fhir:v "BD6000000X9" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
fhir:l fhir:Organization/example0 ;
fhir:reference [ fhir:v "Organization/example0" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:310000008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "310000008" ] ;
fhir:display [ fhir:v "Accident and Emergency service" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:l fhir:Location/example0 ;
fhir:reference [ fhir:v "Location/example0" ]
  ] ) ; # 
  fhir:name [ fhir:v "Downunder Hospital Accident and Emergency"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "025553333" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:l fhir:Endpoint/example0 ;
fhir:reference [ fhir:v "Endpoint/example0" ]
  ] ) . #