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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeEndpoint
IdEndpoint-example1.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 example1

R5: The type of environment(s) exposed at this endpoint (new): Production

identifier: http://downunderhospital.example.com/id/endpoint/DUH-FHIR-PROD-01

status: Active

connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)

name: Downunder Hospital FHIR API

managingOrganization: Downunder Hospital

contact: admini@downunderhospital.example.com, +61255505560

period: 2023-07-01 --> (ongoing)

payloadType: Any

payloadMimeType: application/fhir+json, application/fhir+xml

address: https://fhir.downunderhospital.example.com/R4


Source1

{
  "resourceType": "Endpoint",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-endpoint"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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.example.com/id/endpoint",
      "value": "DUH-FHIR-PROD-01"
    }
  ],
  "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": "admini@downunderhospital.example.com",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "+61255505560",
      "use": "work"
    }
  ],
  "period": {
    "start": "2023-07-01"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "any"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "address": "https://fhir.downunderhospital.example.com/R4"
}