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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeMedicationStatement
IdMedicationStatement-smp-medstmt-4.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 smp-medstmt-4

version: 1; Last updated: 2023-12-08 06:38:52+0000

Profile: Standardized Medication Profile - MedicationStatement

status: Active

medication: atorvastatin 40 MG

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

effective: 2024-05-01 --> 2024-06-01

dateAsserted: 2024-07-04

reasonCode: Hyperlipidemia

Dosages

-SequenceText
*1po bid

Source1

{
  "resourceType": "MedicationStatement",
  "id": "smp-medstmt-4",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-12-08T06:38:52Z",
    "profile": [
      "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "597983",
        "display": "atorvastatin 40 MG"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectivePeriod": {
    "start": "2024-05-01",
    "end": "2024-06-01"
  },
  "dateAsserted": "2024-07-04",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "55822004",
          "display": "Hyperlipidemia"
        }
      ]
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "po bid"
    }
  ]
}