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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex-plan-net
Resource TypeEndpoint
IdEndpoint-AcmeOfCTPortalEndpoint.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 AcmeOfCTPortalEndpoint

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: Plan-Net Endpoint

Endpoint Usecase

  • type: healthcare operations

status: Active

connectionType: Endpoint Connection Types (additional) rest-non-fhir: REST (not FHIR)

name: Endpoint for Acme of CT Portal

payloadType: Not Applicable

address: https://urlofportal.acmect.com


Source1

{
  "resourceType": "Endpoint",
  "id": "AcmeOfCTPortalEndpoint",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code": "HOPERAT"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/endpoint-usecase"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointConnectionTypeCS",
    "code": "rest-non-fhir"
  },
  "name": "Endpoint for Acme of CT Portal",
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointPayloadTypeCS",
          "code": "NA"
        }
      ]
    }
  ],
  "address": "https://urlofportal.acmect.com"
}