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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypeMedicationStatement
IdMedicationStatement-BSJ-SMPMedStmt8.json
FHIR VersionR4

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 BSJ-SMPMedStmt8

basedOn: MedicationRequest: status = active; intent = order; medication[x] = ferrous sulfate 325 MG (iron 65 MG) Oral Tablet; authoredOn = 2024-08-11; reasonCode = Anemia co-occurrent and due to chronic kidney disease stage 3 (disorder)

status: Active

medication: ferrous sulfate 325 MG (iron 65 MG) Oral Tablet

subject: Betsy Smith-Johnson

dateAsserted: 2024-08-11

informationSource: Happy Nursing Facility

reasonCode: Anemia co-occurrent and due to chronic kidney disease stage 3 (disorder)

Dosages

-SequenceText
*1three times a day before meals

Source1

{
  "resourceType": "MedicationStatement",
  "id": "BSJ-SMPMedStmt8",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "MedicationRequest/BSJ-SMPMedReq8"
    }
  ],
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "310325",
        "display": "ferrous sulfate 325 MG (iron 65 MG) Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1",
    "display": "Betsy Smith-Johnson"
  },
  "dateAsserted": "2024-08-11",
  "informationSource": {
    "reference": "Organization/org-SNF-Happy-Nursing-Facility",
    "display": "Happy Nursing Facility"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "691421000119108",
          "display": "Anemia co-occurrent and due to chronic kidney disease stage 3 (disorder)"
        }
      ]
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "three times a day before meals"
    }
  ]
}