FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeEndpoint
IdEndpoint-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}