{
  "resourceType" : "ObservationDefinition",
  "id" : "example-input-observation-reason-for-ordering",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/order-catalog/StructureDefinition/InputObservationDefinition"]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">\n            <p>Example of input observation definition for reason for ordering</p>\n        </div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering",
  "status" : "active",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "exam",
      "display" : "Exam"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "67098-4",
      "display" : "Reason for test or procedure"
    }]
  },
  "permittedDataType" : ["CodeableConcept",
  "string"],
  "multipleResultsAllowed" : true,
  "qualifiedValue" : [{
    "validCodedValueSet" : "http://hl7.org/fhir/uv/order-catalog/ValueSet/example-reasons-for-order"
  }]
}