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
{
"resourceType" : "HealthcareService",
"id" : "example0",
"meta" : {
"lastUpdated" : "2025-12-19T10:00:00+11:00"
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "VDI",
"display" : "Vendor Directory Identifier"
}
],
"text" : "Vendor Directory Identifier"
},
"system" : "http://ns.medical-objects.com.au/id/routing-id",
"value" : "BD6000000X9"
}
],
"active" : true,
"providedBy" : {
🔗 "reference" : "Organization/example0"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "310000008",
"display" : "Accident and Emergency service"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/example0"
}
],
"name" : "Downunder Hospital Accident and Emergency",
"telecom" : [
{
"system" : "phone",
"value" : "025553333"
}
],
"endpoint" : [
{
"reference" : "Endpoint/example0"
}
]
}