FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/endpoint-payload-type (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetEndpoint Payload Type

{
  "resourceType" : "ValueSet",
  "id" : "endpoint-payload-type",
  "meta" : {
    "lastUpdated" : "2024-03-27T11:56:58.316+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/valueset-endpoint-payload-type",
    "http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-payload-type.html\"><code>http://terminology.hl7.org/CodeSystem/endpoint-payload-type</code></a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-HL7FormatCodes.html\">HL7 ValueSet of Format Codes for use with Document Sharing</a></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/ValueSet/endpoint-payload-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.496"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.489"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "EndpointPayloadType",
  "title" : "Endpoint Payload Type",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "HL7 Patient Administration",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "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/",
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes"]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.