FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | Endpoint |
| Id | Endpoint-Example-Smith-Johnson-Endpoint2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint Example-Smith-Johnson-Endpoint2
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
{
"resourceType": "Endpoint",
"id": "Example-Smith-Johnson-Endpoint2",
"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"
}