FHIR IG analytics| Package | cms.fhir.mct |
| Resource Type | Endpoint |
| Id | Endpoint-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint example
status: Active
connectionType: Endpoint Connection Type: hl7-fhir-rest (HL7 FHIR)
name: Example Endpoint
payloadType: Any
payloadMimeType: application/fhir+json
address: http://cms.gov/fhir/mct/receiving
{
"resourceType": "Endpoint",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "hl7-fhir-rest"
},
"name": "Example Endpoint",
"payloadType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code": "any"
}
]
}
],
"payloadMimeType": [
"application/fhir+json"
],
"address": "http://cms.gov/fhir/mct/receiving"
}