FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Endpoint |
| Id | Endpoint-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Endpoint",
"id": "ca-csd-example-endpoint",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Endpoint"
]
},
"identifier": [
{
"system": "http://example.org/endpoints",
"value": "EP-12345"
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest"
},
"managingOrganization": {
"reference": "Organization/ca-csd-example-organization",
"display": "Example Health Organization"
},
"period": {
"start": "2024-01-01T00:00:00Z",
"end": "2024-12-31T23:59:59Z"
},
"address": "http://example.org/fhir",
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "any",
"display": "Any"
}
]
}
],
"extension": [
{
"url": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.PurposeOfUse",
"valueCodeableConcept": {
"coding": [
{
"system": "http://example.org/purpose-of-use",
"code": "downtime",
"display": "Downtime"
}
],
"text": "Downtime"
}
}
]
}