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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeEndpoint
IdEndpoint-Example-Smith-Johnson-Endpoint1.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 Example-Smith-Johnson-Endpoint1

identifier: https://example.org/GoodHealth-Clinic/PatientCorrection

status: Active

connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)

name: Good Health Clinic Endpoint

payloadType: For documents following C-CDA constraints using a structured body

address: https://example.org/address


Source1

{
  "resourceType": "Endpoint",
  "id": "Example-Smith-Johnson-Endpoint1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://example.org/GoodHealth-Clinic",
      "value": "PatientCorrection"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code": "hl7-fhir-rest",
    "display": "HL7 FHIR"
  },
  "name": "Good Health Clinic Endpoint",
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes",
          "code": "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes",
          "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
        }
      ],
      "text": "For documents following C-CDA constraints using a structured body"
    }
  ],
  "address": "https://example.org/address"
}