SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
: examplehospital2-ehr2 - JSON Representation
Raw json | Download
{
"resourceType" : "Endpoint",
"id" : "examplehospital2-ehr2",
"meta" : {
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"
]
},
"extension" : [
{
"url" : "http://hl7.org/fhir/smart-app-launch/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 EHR2 Endpoint for ExampleHospital2",
"contact" : [
{
"system" : "url",
"value" : "https://code.ehr2.com"
}
],
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "none"
}
]
}
],
"address" : "https://example.org/examplehospital2.ehr2/r4"
}