FHIR IG analytics| Package | hl7.fhir.uv.xver-r3.r4b.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-endpoint-payload-type.json |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/xver-r3.r4b/0.0.1-snapshot-2/CodeSystem-endpoint-payload-type.html |
| URL | http://hl7.org/fhir/endpoint-payload-type |
| Version | 3.0.2 |
| Status | draft |
| Date | 2025-09-13T15:45:17-04:00 |
| Name | Endpoint Payload Type |
| Realm | uv |
| Authority | hl7 |
| Description | This is an example value set defined by the FHIR project, that could be used to represent possible payload document types. |
| Copyright | Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/ |
| Content | complete |
| ValueSet | |
| R3-endpoint-payload-type-for-R4B | Cross-version VS for R3.Endpoint Payload Type for use in FHIR R4B |
| R3-endpoint-payload-type-for-R4 | Cross-version VS for R3.Endpoint Payload Type for use in FHIR R4 |
| R3-endpoint-payload-type-for-R5 | Cross-version VS for R3.Endpoint Payload Type for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem endpoint-payload-type
This case-sensitive code system http://hl7.org/fhir/endpoint-payload-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "endpoint-payload-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r3.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
}
]
}
}
],
"url": "http://hl7.org/fhir/endpoint-payload-type",
"version": "3.0.2",
"name": "Endpoint Payload Type",
"status": "draft",
"experimental": true,
"date": "2025-09-13T15:45:17-04:00",
"publisher": "Patient Administration",
"contact": [
{
"name": "Patient Administration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "This is an example value set defined by the FHIR project, that could be used to represent possible payload document types.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/endpoint-payload-type|4.3.0",
"content": "complete",
"concept": [
{
"code": "any",
"display": "Any",
"definition": "Any payload type can be used with this endpoint, it is either a payload agnostic infrastructure (such as a storage repository), or some other type of endpoint where payload considerations are internally handled, and not available"
},
{
"code": "none",
"display": "None",
"definition": "This endpoint does not require any content to be sent, simply connecting to the endpoint is enough notification. This can be used as a 'ping' to wakeup a service to retrieve content, which could be to ensure security considerations are correctly handled"
}
]
}