http://hl7.org/fhir/codesystem-content-mode|4.0.1

name
CodeSystemContentMode
package
hl7.fhir.r4.core@4.0.1
content
complete
status
active
date
2019-10-31 22:29:23.0

CodeSystemContentMode

The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/codesystem-content-mode"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}