http://terminology.hl7.org/CodeSystem/v3-ObservationCategory|2018-08-12

name
v3.ObservationCategory
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active
date
2018-08-11 14:00:00.0

v3 Code System ObservationCategory

High level observation categories for the general type of observation being made. URL: http://hl7-fhir.github.io/valueset-observation-category.html This is an inline code system http://hl7.org/fhir/observation-category.

POST /CodeSystem/$validate-codedocs

Input

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