FHIR IG analytics| Package | au.gov.digitalhealth.fhir.hcpd |
| Resource Type | Endpoint |
| Id | Endpoint-example-hcpd-endpoint-referral.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint example-hcpd-endpoint-referral
Information Source: http://ns.electronichealth.net.au/id/source/pca
Profile: HCPD Endpoint
Suppression Indicator for Visibility
- suppressedBy: Organisation initiated
identifier: Organization identifier/e1000000-0000-4000-8000-000000000002, Resource identifier/EP-NHSD-001234562501
status: Active
connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)
name: Sydney Private Clinic – FHIR Referral Endpoint
contact: referrals@sydneyprivateclinic.com.au
payloadType: Any
payloadMimeType: application/fhir+json
{
"resourceType": "Endpoint",
"id": "example-hcpd-endpoint-referral",
"meta": {
"source": "http://ns.electronichealth.net.au/id/source/pca",
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-endpoint"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "suppressedBy",
"valueCodeableConcept": {
"coding": [
{
"system": "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type",
"code": "organisation-initiated"
}
]
}
}
],
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
]
},
"system": "http://digitalhealth.gov.au/fhir/hcpd/id/hcpd-local-identifier",
"value": "e1000000-0000-4000-8000-000000000002"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "RI"
}
]
},
"system": "http://ns.electronichealth.net.au/id/source/nhsd",
"value": "EP-NHSD-001234562501"
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest",
"display": "HL7 FHIR"
},
"name": "Sydney Private Clinic – FHIR Referral Endpoint",
"contact": [
{
"system": "email",
"value": "referrals@sydneyprivateclinic.com.au",
"use": "work"
}
],
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "any",
"display": "Any"
}
]
}
],
"payloadMimeType": [
"application/fhir+json"
],
"address": "https://fhir.sydneyprivateclinic.com.au/fhir"
}