http://hl7.org/fhir/unknown-content-code|4.0.1

name
UnknownContentCode
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

UnknownContentCode

A code that indicates whether an application accepts unknown elements or extensions when reading resources.

POST /CodeSystem/$validate-codedocs

Input

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