AU Base Implementation Guide
6.0.1-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Endpoint",
"id" : "example1",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-endpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <b>Downunder Hospital FHIR API</b>\n <hr/>\n <p><strong>Status:</strong> Active</p>\n <p><strong>Connection Type:</strong> FHIR REST API</p>\n <p><strong>Environment:</strong> Production</p>\n <p><strong>Implementation Guide:</strong> Downunder Hospital FHIR Profiles v2.1.0</p>\n <p><strong>Managing Organization:</strong> Downunder Hospital</p>\n <p><strong>Contact:</strong> fhir.api@downunderhospital.com.au</p>\n <p><strong>Address:</strong> https://fhir.downunderhospital.com.au/R4</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint.environmentType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/endpoint-environment",
"code" : "prod",
"display" : "Production"
}
]
}
}
],
"identifier" : [
{
"system" : "http://downunderhospital.com.au/fhir-endpoints",
"value" : "DUH-FHIR-PROD-01"
},
{
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003621566684455"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "hl7-fhir-rest",
"display" : "HL7 FHIR"
},
"name" : "Downunder Hospital FHIR API",
"managingOrganization" : {
🔗 "reference" : "Organization/example0",
"display" : "Downunder Hospital"
},
"contact" : [
{
"system" : "email",
"value" : "fhir.api@downunderhospital.com.au",
"use" : "work"
},
{
"system" : "phone",
"value" : "+61 2 6270 8000",
"use" : "work"
}
],
"period" : {
"start" : "2023-07-01"
},
"payloadType" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/resource-types",
"code" : "Patient"
}
]
},
{
"coding" : [
{
"system" : "http://hl7.org/fhir/resource-types",
"code" : "Practitioner"
}
]
},
{
"coding" : [
{
"system" : "http://hl7.org/fhir/resource-types",
"code" : "Organization"
}
]
}
],
"payloadMimeType" : [
"application/fhir+json",
"application/fhir+xml"
],
"address" : "https://fhir.downunderhospital.com.au/R4"
}