DV_CODED_TEXT

  • _type
    enum
    const:  
    DV_CODED_TEXT
    required
    values
    • DV_CODED_TEXT
  • defining_code
    Type: object · CODE_PHRASE
    required
    • code_string
      Type: string
      required
    • terminology_id
      Type: object · TERMINOLOGY_ID
      required
    • preferred_term
      Type: string
  • value
    Type: string
    required
  • encoding
    Type: object · CODE_PHRASE
    • code_string
      Type: string
      required
    • terminology_id
      Type: object · TERMINOLOGY_ID
      required
    • preferred_term
      Type: string
  • formatting
    Type: string
  • hyperlink
    • _type
      Discriminator
      enum
      const:  
      DV_URI
      required
      values
      • DV_URI
    • value
      Type: string
      required
  • language
    Type: object · CODE_PHRASE
    • code_string
      Type: string
      required
    • terminology_id
      Type: object · TERMINOLOGY_ID
      required
    • preferred_term
      Type: string
  • mappings
    Type: array object[] · TERM_MAPPING[]
    • match
      Type: string Pattern: /^[><=?]$/
      required
    • target
      Type: object · CODE_PHRASE
      required
    • purpose
      Type: object · DV_CODED_TEXT
Examples
{
  "value": "Coded text value",
  "defining_code": {
    "terminology_id": {
      "value": "local"
    },
    "code_string": "at0001"
  }
}