http://hl7.org/fhir/concept-subsumption-outcome|5.0.0

name
ConceptSubsumptionOutcome
package
hl7.fhir.r5.core@5.0.0
content
complete
experimental
true
status
draft

Concept Subsumption Outcome code system

Codes indicating the results of a subsumption check between codes. In the context of this CodeSystem, subsumption is defined in the FHIR specification under Resource Types - CodeSystem.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/concept-subsumption-outcome"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}