http://terminology.hl7.org/CodeSystem/validation-status|4.0.1

name
validation-status
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2018-06-05 14:06:02.0

Validation-status

Status of the validation of the target against the primary source

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/validation-status"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}