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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeMedicationStatement
IdMedicationStatement-15353a6e-229e-4b99-9b0c-a5a6da063e64.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 15353a6e-229e-4b99-9b0c-a5a6da063e64

status: Recorded

Medications

-Concept
*warfarin

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

encounter: Encounter/1f3f0584-0c5d-4f37-8c1f-cbc934731fff

dateAsserted: 2024-04-17

Adherences

-Code
*Unknown

Source1

{
  "resourceType": "MedicationStatement",
  "id": "15353a6e-229e-4b99-9b0c-a5a6da063e64",
  "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/1f3f0584-0c5d-4f37-8c1f-cbc934731fff"
  },
  "dateAsserted": "2024-04-17",
  "adherence": {
    "code": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
          "code": "unknown"
        }
      ]
    }
  }
}