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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeMedicationStatement
IdMedicationStatementResponse.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-2025-001234",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-08-21T06:30:00.000Z"
  },
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/identifier/medicationstatement",
      "value": "MS-2025-001234"
    }
  ],
  "dateAsserted": "2025-08-21T06:30:00+00:00",
  "status": "recorded",
  "subject": {
    "reference": "Patient/patient-12345"
  },
  "medication": {
    "reference": {
      "reference": "#medication1"
    }
  },
  "derivedFrom": [
    {
      "reference": "#medicationrequest1"
    },
    {
      "reference": "#medicationdispense1"
    }
  ],
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "25064002",
            "display": "Headache"
          }
        ]
      }
    }
  ],
  "note": [
    {
      "text": "Patient reports taking medication as needed for headache."
    }
  ],
  "dosage": [
    {
      "text": "Take 1 tablet by mouth every 6 hours as needed for headache",
      "asNeededFor": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "25064002",
              "display": "Headache"
            }
          ]
        }
      ],
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseRange": {
            "low": {
              "value": 1,
              "unit": "tablet",
              "system": "http://unitsofmeasure.org",
              "code": "{tablet}"
            },
            "high": {
              "value": 2,
              "unit": "tablet",
              "system": "http://unitsofmeasure.org",
              "code": "{tablet}"
            }
          }
        }
      ]
    }
  ],
  "contained": [
    {
      "resourceType": "Medication",
      "id": "medication1",
      "code": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "161",
            "display": "Acetaminophen"
          }
        ],
        "text": "Paracetamol 500mg"
      }
    },
    {
      "resourceType": "MedicationRequest",
      "id": "medicationrequest1",
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/identifier/medication-request",
          "value": "MR-2025-001234"
        }
      ],
      "status": "active",
      "intent": "order",
      "subject": {
        "reference": "Patient/patient-12345"
      },
      "medication": {
        "concept": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "161",
              "display": "Acetaminophen"
            }
          ]
        }
      }
    },
    {
      "resourceType": "MedicationDispense",
      "id": "medicationdispense1",
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/identifier/medication-dispense",
          "value": "MD-2025-001234"
        }
      ],
      "status": "completed",
      "medication": {
        "concept": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "161",
              "display": "Acetaminophen"
            }
          ]
        }
      },
      "subject": {
        "reference": "Patient/patient-12345"
      }
    }
  ],
  "extension": [
    {
      "url": "https://fhir.synapxe.sg/StructureDefinition/ext-sequenceno",
      "valueInteger": 1
    },
    {
      "url": "https://fhir.synapxe.sg/StructureDefinition/ext-groupno",
      "valueInteger": 1
    },
    {
      "url": "https://fhir.synapxe.sg/StructureDefinition/ext-groupsequenceno",
      "valueInteger": 1
    },
    {
      "url": "https://fhir.synapxe.sg/StructureDefinition/ext-reasonforchange",
      "valueString": "Initial prescription"
    }
  ]
}