FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeMedicationStatement
IdMedicationStatement-640906a5-7215-4aa4-b4c8-095284caf52c.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationStatement 640906a5-7215-4aa4-b4c8-095284caf52c

status: Recorded

Medications

-Concept
*warfarin

subject: Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)

encounter: Encounter/1d99510e-714e-4a04-8f6c-34e0babd655f

dateAsserted: 2024-04-13

Adherences

-Code
*Taking

Source1

{
  "resourceType": "MedicationStatement",
  "id": "640906a5-7215-4aa4-b4c8-095284caf52c",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "recorded",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "11289"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/47234"
  },
  "encounter": {
    "reference": "Encounter/1d99510e-714e-4a04-8f6c-34e0babd655f"
  },
  "dateAsserted": "2024-04-13",
  "adherence": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
          "code": "taking"
        }
      ]
    }
  }
}