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

name
CodeSystemContentMode
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-04 23:01:24.0

Code System Content Mode

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" : "5.0.0"
  } ]
}