FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.fhir.hcpd
Resource TypeEndpoint
IdEndpoint-example-hcpd-endpoint-referral.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint example-hcpd-endpoint-referral

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

address: https://fhir.sydneyprivateclinic.com.au/fhir


Source1

{
  "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"
}