FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | Endpoint |
| Id | Endpoint-EndpointPlacer.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint EndpointPlacer
status: Active
connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)
name: Placer FHIR API
managingOrganization: http://registry.example.org/fhir/Organization/Placer
payloadType: Any
address: https://placer.example.org/fhir
{
"resourceType": "Endpoint",
"id": "EndpointPlacer",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest"
},
"name": "Placer FHIR API",
"managingOrganization": {
"reference": "http://registry.example.org/fhir/Organization/Placer"
},
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "any"
}
]
}
],
"address": "https://placer.example.org/fhir"
}