FHIR IG analytics| Package | au.gov.digitalhealth.r4.hcpd |
| Resource Type | Endpoint |
| Id | Endpoint-example-hc-endpoint-smd.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint example-hc-endpoint-smd
Information Source: http://ns.electronichealth.net.au/id/source/pca
Profile: HC Endpoint
Encryption Certificate PEM X509: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV...
identifier: http://ns.electronichealth.net.au/smd/target/SMD001234567890, Resource Identifier/EP001234567890
status: Active
connectionType: endpoint-connection-type: secure-messaging (Secure Messaging)
name: Sydney General Hospital SMD Endpoint
contact: smd-support@sydneyhospital.org.au
payloadType: HL7 V2.4 REF message (Level 2)
payloadMimeType: application/pdf, application/fhir+xml, application/fhir+json
address: https://smd.sydneyhospital.org.au/secure-messaging/endpoint
{
"resourceType": "Endpoint",
"id": "example-hc-endpoint-smd",
"meta": {
"source": "http://ns.electronichealth.net.au/id/source/pca",
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-endpoint"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509",
"valueString": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV..."
}
],
"identifier": [
{
"system": "http://ns.electronichealth.net.au/smd/target",
"value": "SMD001234567890"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "RI",
"display": "Resource Identifier"
}
]
},
"system": "http://example.org/fhir/identifier/endpoint",
"value": "EP001234567890"
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type",
"code": "secure-messaging",
"display": "Secure Messaging"
},
"name": "Sydney General Hospital SMD Endpoint",
"contact": [
{
"system": "email",
"value": "smd-support@sydneyhospital.org.au",
"use": "work"
}
],
"payloadType": [
{
"coding": [
{
"system": "http://hl7.org.au/fhir/pd/CodeSystem/endpoint-payload-type",
"code": "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706",
"display": "HL7 V2.4 REF message (Level 2)"
}
]
}
],
"payloadMimeType": [
"application/pdf",
"application/fhir+xml",
"application/fhir+json"
],
"address": "https://smd.sydneyhospital.org.au/secure-messaging/endpoint"
}