This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
: Example Endpoint - JSON Representation
Raw json | Download
{
"resourceType" : "Endpoint",
"id" : "example",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version",
"valueCode" : "4.0.1"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "hl7-fhir-rest"
},
"name" : "FHIR R4 Endpoint for Example Medical Center",
"contact" : [
{
"system" : "url",
"value" : "https://dev-portal.example.org"
}
],
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "none"
}
]
}
],
"address" : "https://example.org/r4"
}