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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeMedicationStatement
IdMedicationStatement-b9531e7e-49f3-45e8-bb40-b829b77a9c0f.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 b9531e7e-49f3-45e8-bb40-b829b77a9c0f

status: Recorded

Medications

-Concept
*warfarin

subject: Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)

encounter: Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba

dateAsserted: 2024-04-17

Adherences

-Code
*Unknown

Source1

{
  "resourceType": "MedicationStatement",
  "id": "b9531e7e-49f3-45e8-bb40-b829b77a9c0f",
  "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/562"
  },
  "encounter": {
    "reference": "Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba"
  },
  "dateAsserted": "2024-04-17",
  "adherence": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
          "code": "unknown"
        }
      ]
    }
  }
}