Argonaut Data Query Implementation Guide Version 1.0.0

This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions

{title?}

{
  "resourceType" : "Medication",
  "id" : "argo-med2",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: argo-med2</p><p><b>meta</b>: </p><p><b>code</b>: Nizatidine 15 MG/ML Oral Solution [Axid] <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '582620' = 'Nizatidine 15 MG/ML Oral Solution [Axid]', given as 'Nizatidine 15 MG/ML Oral Solution [Axid]'})</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "582620",
        "display" : "Nizatidine 15 MG/ML Oral Solution [Axid]"
      }
    ],
    "text" : "Nizatidine 15 MG/ML Oral Solution [Axid]"
  }
}