Skip to main content

CodeableConcept

coding object[]
  • Array [
  • systemstring
    Example: http://www.nlm.nih.gov/research/umls/rxnorm
    codestring
    Example: 313002
    displaystring
    Example: Amoxicillin 500 MG Oral Capsule
  • ]
  • textstring
    Example: Amoxicillin 500mg Capsule
    CodeableConcept
    {
    "coding": [
    {
    "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
    "code": "313002",
    "display": "Amoxicillin 500 MG Oral Capsule"
    }
    ],
    "text": "Amoxicillin 500mg Capsule"
    }