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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeEndpoint
IdEndpoint-hl7au-dev-terminology-fhir-rest.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 hl7au-dev-terminology-fhir-rest

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

status: Active

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

name: HL7 AU Development Terminology Server

managingOrganization: HL7 Australia

payloadType: Any

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

address: https://tx.dev.hl7.org.au/fhir


Source1

{
  "resourceType": "Endpoint",
  "id": "hl7au-dev-terminology-fhir-rest",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-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": "dev",
            "display": "Development"
          }
        ]
      }
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest",
    "display": "HL7 FHIR"
  },
  "name": "HL7 AU Development Terminology Server",
  "managingOrganization": {
    "display": "HL7 Australia"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "any",
          "display": "Any"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "address": "https://tx.dev.hl7.org.au/fhir"
}