http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation|3.0.0

name
ObservationInterpretation
package
hl7.terminology@6.3.0
content
complete
status
active
date
2019-03-20 00:00:00.0

ObservationInterpretation

One or more codes providing a rough qualitative interpretation of the observation, such as \"normal\" / \"abnormal\", \"low\" / \"high\", \"better\" / \"worse\", \"resistant\" / \"susceptible\", \"expected\" / \"not expected\". The value set is intended to be for ANY use where coded representation of an interpretation is needed.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"
  }, {
    "name" : "version",
    "valueString" : "3.0.0"
  } ]
}