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

FHIR IG analytics

Packagehl7.fhir.uv.smart-health-cards-and-links.r4b
Resource TypeEndpoint
IdEndpoint-shl-smart-on-fhir-endpoint-1.json
FHIR VersionR4B

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 shl-smart-on-fhir-endpoint-1

Profile: SHL Endpoint

status: Active

connectionType: RestfulSecurityService SMART-on-FHIR: SMART-on-FHIR

name: Labs-R-Us Application Access

payloadType: None

address: https://fhir.example.org


Source1

{
  "resourceType": "Endpoint",
  "id": "shl-smart-on-fhir-endpoint-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-health-cards-and-links/StructureDefinition/shl-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
    "code": "SMART-on-FHIR"
  },
  "name": "Labs-R-Us Application Access",
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code": "none"
        }
      ]
    }
  ],
  "address": "https://fhir.example.org"
}