Skip to content

memberOf

Category: Terminology

Returns true if the input coding/code is a member of the specified ValueSet

  • Return type: boolean
  • Parameters:
    • valueset string — ValueSet URL or identifier
Observation.code.coding.memberOf('http://hl7.org/fhir/ValueSet/observation-codes')
Patient.maritalStatus.coding.memberOf('http://hl7.org/fhir/ValueSet/marital-status')