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
: Standard List of Endpoint Status - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "nhsd-endpoint-status"] ; #
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: CodeSystem nhsd-endpoint-status</b></p><a name=\"nhsd-endpoint-status\"> </a><a name=\"hcnhsd-endpoint-status\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"nhsd-endpoint-status-active\"> </a></td><td>Active</td><td>This endpoint is expected to be active and can be used.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"nhsd-endpoint-status-suspended\"> </a></td><td>Suspended</td><td>This endpoint is temporarily unavailable.</td></tr><tr><td style=\"white-space:nowrap\">off<a name=\"nhsd-endpoint-status-off\"> </a></td><td>Off</td><td>This endpoint is no longer to be used.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/CodeSystem/nhsd-endpoint-status>
] ; #
fhir:version [ fhir:v "4.0.1"] ; #
fhir:name [ fhir:v "StandardListOfEndpointStatus"] ; #
fhir:title [ fhir:v "Standard List of Endpoint Status"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-10-09"^^xsd:date] ; #
fhir:publisher [ fhir:v "Healthdirect Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "build.fhir.nhsd.com.au" ]
] ) ; #
fhir:description [ fhir:v "Endpoint Status"] ; #
fhir:copyright [ fhir:v "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:versionNeeded [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "This endpoint is expected to be active and can be used." ]
] [
fhir:code [ fhir:v "suspended" ] ;
fhir:display [ fhir:v "Suspended" ] ;
fhir:definition [ fhir:v "This endpoint is temporarily unavailable." ]
] [
fhir:code [ fhir:v "off" ] ;
fhir:display [ fhir:v "Off" ] ;
fhir:definition [ fhir:v "This endpoint is no longer to be used." ]
] ) . #