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

FHIR IG analytics

Packageihe.iti.mcsd
Resource TypeEndpoint
IdEndpoint-ex-endpointXCAretrieve.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint ex-endpointXCAretrieve

Profile: mCSD Endpoint for Document Sharing

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Endpoint Specific Type: XCA RespondingGateway ITI-39 Cross Gateway Retrieve Synchronous

identifier: homeCommunityId/urn:uuid:cadbf8d0-5493-11ec-bf63-0242ac130002

status: Active

connectionType: mCSD Endpoint Types ihe-xca: XCA

managingOrganization: Organization OrgA

period: 2022-02-10 --> (ongoing)

payloadType: PCC XPHR, PCC IPS

payloadMimeType: application/fhir+xml, application/fhir+json, application/pdf, text/xml

address: http://example.org/xca/retrieve


Source1

{
  "resourceType": "Endpoint",
  "id": "ex-endpointXCAretrieve",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Endpoint.DocShare"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/ihe-endpointspecifictype",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
            "code": "XCA-RespGateway-Retrieve"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "urn:ihe:iti:xca:2010",
            "code": "homeCommunityId"
          }
        ]
      },
      "value": "urn:uuid:cadbf8d0-5493-11ec-bf63-0242ac130002"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/MCSDEndpointTypes",
    "code": "ihe-xca"
  },
  "managingOrganization": {
    "reference": "Organization/ex-OrgA"
  },
  "period": {
    "start": "2022-02-10"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
          "code": "urn:ihe:pcc:xphr:2007"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
          "code": "urn:ihe:pcc:ips:2020"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "application/fhir+xml",
    "application/fhir+json",
    "application/pdf",
    "text/xml"
  ],
  "address": "http://example.org/xca/retrieve"
}