FHIR IG analytics| Package | hl7.fhir.uv.smart-multi-server-auth |
| Resource Type | Endpoint |
| Id | Endpoint-ImagingSandboxEndpoint.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint ImagingSandboxEndpoint
Profile: User Access Endpoint Profile
Endpoint FHIR Version: 4.0.1
status: Active
connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)
name: FHIR end point for imaging
contact: https://technical.philips.com/
payloadType: None
address: http://92.108.246.183:9410/api/fhir
{
"resourceType": "Endpoint",
"id": "ImagingSandboxEndpoint",
"meta": {
"profile": [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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 end point for imaging",
"contact": [
{
"system": "url",
"value": "https://technical.philips.com/"
}
],
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "none"
}
]
}
],
"address": "http://92.108.246.183:9410/api/fhir"
}