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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeMedicationStatement
IdMedicationStatement-e6bb7afa-1e76-461d-8dbd-cd9ad8df7739.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 e6bb7afa-1e76-461d-8dbd-cd9ad8df7739

status: Recorded

Medications

-Concept
*warfarin

subject: Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)

encounter: Encounter/2f429aff-3b06-43ea-a057-00d22b09cc0f

dateAsserted: 2024-04-14

Adherences

-Code
*Not Taking

Source1

{
  "resourceType": "MedicationStatement",
  "id": "e6bb7afa-1e76-461d-8dbd-cd9ad8df7739",
  "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/689272"
  },
  "encounter": {
    "reference": "Encounter/2f429aff-3b06-43ea-a057-00d22b09cc0f"
  },
  "dateAsserted": "2024-04-14",
  "adherence": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
          "code": "not-taking"
        }
      ]
    }
  }
}